diff --git a/plugins/menu/client_menu.c b/plugins/menu/client_menu.c index 1cbf097d..0c2167c3 100644 --- a/plugins/menu/client_menu.c +++ b/plugins/menu/client_menu.c @@ -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 {