Skip to content

Commit

Permalink
fix issue lxde#83
Browse files Browse the repository at this point in the history
  • Loading branch information
kurokawachan authored Sep 22, 2024
1 parent ffd815f commit 8a269c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/task-button.c
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,7 @@ void task_button_update_windows_list(TaskButton *button, Window *list, gint n)
for (l = menu_list; l; l = l->next)
{
GtkMenu *menu = GTK_MENU(l->data);
gtk_menu_popdown(menu);
gtk_menu_detach(menu);
}
g_list_free(menu_list);
Expand Down

0 comments on commit 8a269c2

Please sign in to comment.