[Xfce4-commits] [xfce/xfce4-panel] 11/73: Compilation fix

noreply at xfce.org noreply at xfce.org
Sun Feb 26 16:33:52 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 3002aebd9fce0098c951eece05bf32cec8933486
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Tue Oct 25 21:57:27 2016 +0100

    Compilation fix
---
 plugins/tasklist/tasklist-widget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index 3134657..6a6a25f 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -491,7 +491,7 @@ xfce_tasklist_class_init (XfceTasklistClass *klass)
                                                       XFCE_TASKLIST_MIDDLE_CLICK_MIN,
                                                       XFCE_TASKLIST_MIDDLE_CLICK_MAX,
                                                       XFCE_TASKLIST_MIDDLE_CLICK_DEFAULT,
-                                                      EXO_PARAM_READWRITE));
+                                                      G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
   gtk_widget_class_install_style_property (gtkwidget_class,
                                            g_param_spec_int ("max-button-length",

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


More information about the Xfce4-commits mailing list