From a2ff31904f08c6b231b030d58f2f36cea11d7a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20W=C3=B6bbeking?= Date: Sat, 1 Nov 2008 12:00:07 +0000 Subject: [PATCH] also an icon for the configure dialog (and its windows) is nice svn path=/branches/KDE/4.1/kdebase/workspace/; revision=878485 --- workspace.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace.cpp b/workspace.cpp index a6034b8316..5c2128cd4f 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -1135,6 +1135,7 @@ void Workspace::saveDesktopSettings() QStringList Workspace::configModules(bool controlCenter) { QStringList args; + args << "--icon" << "preferences-system-windows"; args << "kwindecoration"; if (controlCenter) args << "kwinoptions";