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 2f11b3588376f7a1bb4157e3524435bcb87c4930
Author: Simon Steinbeiss <simon.steinbe...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to