[Xfce4-commits] [xfce/tumbler] 02/03: Fix wrong variant signature in g_variant_get.

noreply at xfce.org noreply at xfce.org
Mon Jul 17 15:26:16 CEST 2017


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

a   l   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/tumbler.

commit a43118f57d86c1f8fc7d16c9e70e9bf392ea1a9c
Author: Ali Abdallah <ali at xfce.org>
Date:   Mon Jul 17 10:50:04 2017 +0200

    Fix wrong variant signature in g_variant_get.
---
 tumblerd/tumbler-specialized-thumbnailer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tumblerd/tumbler-specialized-thumbnailer.c b/tumblerd/tumbler-specialized-thumbnailer.c
index 8db164a..31e6616 100644
--- a/tumblerd/tumbler-specialized-thumbnailer.c
+++ b/tumblerd/tumbler-specialized-thumbnailer.c
@@ -332,7 +332,7 @@ thumbnailer_proxy_g_signal_cb (GDBusProxy *proxy,
     {
       if (g_variant_is_of_type (parameters, G_VARIANT_TYPE ("(u)"))) 
         {
-          g_variant_get (parameters, "(&u)", &handle);
+          g_variant_get (parameters, "(u)", &handle);
           if (info->handle == handle) 
             {
               tumbler_mutex_lock (info->mutex);

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


More information about the Xfce4-commits mailing list