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 f8ea3f1a466f493ba663b6200f94501d4db3db2d
Author: Ali Abdallah <a...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to