From 1e114cd7eee3b4910bf2bd790bafe4e4e5cb1eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 29 Apr 2008 08:52:51 +0000 Subject: [PATCH] I agree that 'To Desktop' submenu should be above 'Opacity', not quite sure above being above 'Advanced', but let's give it a try. BUG: 161162 svn path=/trunk/KDE/kdebase/workspace/; revision=802396 --- useractions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/useractions.cpp b/useractions.cpp index ac07a60e27..45d4824da0 100644 --- a/useractions.cpp +++ b/useractions.cpp @@ -259,7 +259,7 @@ void Workspace::initDesktopPopup() this, SLOT( desktopPopupAboutToShow() ) ); QAction *action = desk_popup->menuAction(); - popup->insertAction(mMoveOpAction, action); + popup->insertAction(advanced_popup->menuAction(), action); action->setText( i18n("To &Desktop") ); }