[Xfce-bugs] [Bug 16823] crash in gtk_menu_set_reserve_toggle_size

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Mon May 11 10:41:14 CEST 2020


https://bugzilla.xfce.org/show_bug.cgi?id=16823

--- Comment #1 from olaf at aepfle.de ---
Going back to git state of all packages from '2020-05-04' did not fix it.
Unclear what causes this crash for me.

Looking at the code:
1879 launcher_plugin_button_update_action_menu (LauncherPlugin *plugin)
1904       plugin->action_menu = GTK_WIDGET
(garcon_gtk_menu_get_desktop_actions_menu (item));
1905       gtk_menu_set_reserve_toggle_size (GTK_MENU (plugin->action_menu),
FALSE);
1906       if (plugin->action_menu)
1907         {

Why is gtk_menu_set_reserve_toggle_size called prior the "if()"? This looks
like a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list