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 7c170c5a952d3f3a420cbd81d931d464cfc060c5
Author: Ali Abdallah <a...@xfce.org>
Date:   Tue Jun 27 21:00:27 2017 +0200

    Fix plugin_event variant signature
---
 panel/panel-dbus-client.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/panel/panel-dbus-client.c b/panel/panel-dbus-client.c
index 22cefad..2f955ef 100644
--- a/panel/panel-dbus-client.c
+++ b/panel/panel-dbus-client.c
@@ -255,11 +255,10 @@ panel_dbus_client_plugin_event (const gchar  
*plugin_event,
   result = xfce_panel_exported_service_call_plugin_event_sync (dbus_proxy,
                                                                
tokens[PLUGIN_NAME],
                                                                tokens[NAME],
-                                                               variant,
+                                                               
g_variant_new_variant(variant),
                                                                return_succeed,
                                                                NULL,
                                                                error);
-  g_variant_unref (variant);
 out:
   g_strfreev (tokens);
   g_object_unref (G_OBJECT (dbus_proxy));

-- 
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