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

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

commit d16addd2f05975dbd51a60aa4855815e09cc30ab
Author: Ali Abdallah <a...@xfce.org>
Date:   Fri Jun 30 23:07:49 2017 +0200

    Add missing parenthesis in the wrapper dbus remote event variant type
---
 wrapper/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wrapper/main.c b/wrapper/main.c
index 593d8ed..c9b5219 100644
--- a/wrapper/main.c
+++ b/wrapper/main.c
@@ -198,7 +198,7 @@ wrapper_gproxy_remote_event (XfcePanelPluginProvider 
*provider,
 
   if (G_LIKELY (g_variant_is_of_type (parameters, G_VARIANT_TYPE("(svu)"))))
     {
-      g_variant_get (parameters, "&svu", &name, &variant, &handle);
+      g_variant_get (parameters, "(&svu)", &name, &variant, &handle);
       if ( g_variant_is_of_type (variant, G_VARIANT_TYPE_BYTE) &&
            g_variant_get_byte (variant) == '\0')
         {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to