diff --git a/workspace.cpp b/workspace.cpp index 025921a0c3..3ce7fab557 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -1330,7 +1330,9 @@ QPopupMenu* Workspace::clientPopup( Client* c ) popup->insertSeparator(); - popup->insertItem(i18n("&Decoration"), deco ); + // danimo: Tackat says: use kcontrol! + // Will remove the stuff behind later + // popup->insertItem(i18n("&Decoration"), deco ); popup->insertItem(i18n("&To desktop"), desk_popup ); popup->insertSeparator();