[Xfce4-commits] [xfce/xfce4-panel] 14/24: Fix plugin_event variant signature

noreply at xfce.org noreply at xfce.org
Tue Jul 4 00:03:45 CEST 2017


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

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-panel.

commit 7c170c5a952d3f3a420cbd81d931d464cfc060c5
Author: Ali Abdallah <ali at 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.


More information about the Xfce4-commits mailing list