From bad0fc821ab76b1207c80176e1e2df9a0c046dc3 Mon Sep 17 00:00:00 2001 From: Kurt Granroth Date: Sun, 12 Mar 2000 06:18:14 +0000 Subject: [PATCH] Added separator in workspace list svn path=/trunk/kdebase/kwin/; revision=43207 --- workspace.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace.cpp b/workspace.cpp index 118ea8f975..09ef22ce41 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -1703,6 +1703,7 @@ void Workspace::desktopPopupAboutToShow() desk_popup->insertItem( i18n("&All desktops"), 0 ); if ( popup_client->isSticky() ) desk_popup->setItemChecked( 0, TRUE ); + desk_popup->insertSeparator( -1 ); int id; for ( int i = 1; i <= numberOfDesktops(); i++ ) { id = desk_popup->insertItem( QString("&")+QString::number(i ), i );