Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Simon Steinbeiß
xfce4-panel
Commits
4c12892c
Commit
4c12892c
authored
May 27, 2020
by
Simon Steinbeiss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
launcher: Fix crash with actions menu (Bug #16823)
parent
960030ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/launcher/launcher.c
plugins/launcher/launcher.c
+1
-1
No files found.
plugins/launcher/launcher.c
View file @
4c12892c
...
...
@@ -1902,9 +1902,9 @@ launcher_plugin_button_update_action_menu (LauncherPlugin *plugin)
else
{
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
)
{
gtk_menu_set_reserve_toggle_size
(
GTK_MENU
(
plugin
->
action_menu
),
FALSE
);
gtk_container_foreach
(
GTK_CONTAINER
(
plugin
->
action_menu
),
launcher_plugin_add_desktop_actions
,
plugin
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment