[Xfce4-commits] [xfce/xfce4-panel] 03/03: systray: Fix incompatible pointer type warning

noreply at xfce.org noreply at xfce.org
Tue Dec 18 09:39:26 CET 2018


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

a   j   b       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 2489db47c6b49898e557883fa0974d46c67a2559
Author: Alistair Buxton <a.j.buxton at gmail.com>
Date:   Sun Dec 16 11:04:00 2018 +0000

    systray: Fix incompatible pointer type warning
---
 plugins/systray/systray-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/systray/systray-manager.c b/plugins/systray/systray-manager.c
index f200bcb..f29e23a 100644
--- a/plugins/systray/systray-manager.c
+++ b/plugins/systray/systray-manager.c
@@ -340,7 +340,7 @@ systray_manager_register (SystrayManager  *manager,
   display = gdk_screen_get_display (screen);
 
   /* set the invisible window and take a reference */
-  manager->invisible = g_object_ref (G_OBJECT (invisible));
+  manager->invisible = GTK_WIDGET (g_object_ref (G_OBJECT (invisible)));
 
   /* set the visial property for transparent tray icons */
   systray_manager_set_visual (manager);

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


More information about the Xfce4-commits mailing list