[Xfce4-commits] [xfce/xfce4-panel] 01/02: Fix cast

noreply at xfce.org noreply at xfce.org
Mon Apr 6 23:30:12 CEST 2020


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 2f11b3588376f7a1bb4157e3524435bcb87c4930
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Mon Apr 6 23:29:25 2020 +0200

    Fix cast
---
 plugins/launcher/launcher.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
index 06c922f..d21306b 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -1901,7 +1901,7 @@ launcher_plugin_button_update_action_menu (LauncherPlugin *plugin)
     }
   else
     {
-      plugin->action_menu = garcon_gtk_menu_get_desktop_actions_menu (item);
+      plugin->action_menu = GTK_WIDGET (garcon_gtk_menu_get_desktop_actions_menu (item));
       gtk_menu_set_reserve_toggle_size (GTK_MENU (plugin->action_menu), FALSE);
       if (plugin->action_menu)
         {

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


More information about the Xfce4-commits mailing list