[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/plasma/kpart
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-09-12 21:15:13
Message-ID: 20100912211513.B903AAC887 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1174584 by aseigo:

correct theme loading


 M  +2 -2      plasmakpart.cpp  


--- trunk/KDE/kdebase/runtime/plasma/kpart/plasmakpart.cpp #1174583:1174584
@@ -83,8 +83,8 @@
 
 void PlasmaKPart::setThemeDefaults()
 {
-    KConfigGroup cg(KSharedConfig::openConfig("plasmarc"), "Theme-plasma-netbook" );
-    const QString themeName = cg.readEntry("name", "air" );
+    KConfigGroup cg(KSharedConfig::openConfig("plasmarc"), "Theme-plasma-kpart" );
+    const QString themeName = cg.readEntry("name", "default");
     Plasma::Theme::defaultTheme()->setUseGlobalSettings(false);
     Plasma::Theme::defaultTheme()->setThemeName(themeName);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic