[Xfce4-commits] [xfce/xfce4-panel] 08/24: Use correct G_VARIANT_TYPE_TUPLE instead of G_VARIANT_TYPE("a(uv)")

noreply at xfce.org noreply at xfce.org
Tue Jul 4 00:03:39 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 f8ea3f1a466f493ba663b6200f94501d4db3db2d
Author: Ali Abdallah <ali at xfce.org>
Date:   Fri Jun 23 13:40:34 2017 +0200

    Use correct G_VARIANT_TYPE_TUPLE instead of G_VARIANT_TYPE("a(uv)")
---
 panel/panel-plugin-external-wrapper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel/panel-plugin-external-wrapper.c b/panel/panel-plugin-external-wrapper.c
index ae56376..6ef6a2e 100644
--- a/panel/panel-plugin-external-wrapper.c
+++ b/panel/panel-plugin-external-wrapper.c
@@ -299,7 +299,7 @@ panel_plugin_external_wrapper_set_properties (PanelPluginExternal *external,
 
   wrapper = PANEL_PLUGIN_EXTERNAL_WRAPPER (external);
 
-  g_variant_builder_init (&builder, G_VARIANT_TYPE("a(uv)"));
+  g_variant_builder_init (&builder, G_VARIANT_TYPE_TUPLE);
 
   /* put properties in a dbus-suitable array for the wrapper */
   for (li = properties; li != NULL; li = li->next)

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


More information about the Xfce4-commits mailing list