add separator above "All desktops"

This commit is contained in:
Dana Jansens 2003-08-29 06:51:39 +00:00
parent 0b4cd7a0cf
commit 1ce196c4f3

View file

@ -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 {