add separator above "All desktops"
This commit is contained in:
parent
0b4cd7a0cf
commit
1ce196c4f3
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ static void send_to_update(ObMenuFrame *frame, gpointer data)
|
|||
guint desk;
|
||||
|
||||
if (i >= screen_num_desktops) {
|
||||
menu_add_separator(CLIENT_MENU_NAME, -1);
|
||||
|
||||
desk = DESKTOP_ALL;
|
||||
name = _("All desktops");
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue