[Xfce4-commits] [xfce/xfce4-panel] 38/73: Removed exo macros

noreply at xfce.org noreply at xfce.org
Sun Feb 26 16:34:19 CET 2017


This is an automated email from the git hooks/post-receive script.

andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.

commit 19b0acc6ca84a3cdf2b74ae9d65322b0ad41417f
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Tue Oct 25 22:41:09 2016 +0100

    Removed exo macros
---
 plugins/pager/pager.c              | 2 +-
 plugins/tasklist/tasklist-widget.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/pager/pager.c b/plugins/pager/pager.c
index 4dfc1c3..5773f77 100644
--- a/plugins/pager/pager.c
+++ b/plugins/pager/pager.c
@@ -157,7 +157,7 @@ pager_plugin_class_init (PagerPluginClass *klass)
                                    g_param_spec_boolean ("wrap-workspaces",
                                                          NULL, NULL,
                                                          FALSE,
-                                                         EXO_PARAM_READWRITE));
+                                                         G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
   g_object_class_install_property (gobject_class,
                                    PROP_MINIATURE_VIEW,
diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index 13882d0..0dd5226 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -481,7 +481,7 @@ xfce_tasklist_class_init (XfceTasklistClass *klass)
                                    g_param_spec_boolean ("wrap-windows",
                                                          NULL, NULL,
                                                          FALSE,
-                                                         EXO_PARAM_READWRITE));
+                                                         G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
   g_object_class_install_property (gobject_class,
                                    PROP_INCLUDE_ALL_BLINKING,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list