[Xfce4-commits] [xfce/xfce4-panel] 23/24: Add missing parenthesis in the wrapper dbus remote event variant type
noreply at xfce.org
noreply at xfce.org
Tue Jul 4 00:03:54 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 d16addd2f05975dbd51a60aa4855815e09cc30ab
Author: Ali Abdallah <ali at 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.
More information about the Xfce4-commits
mailing list