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

List:       kde-commits
Subject:    =?utf-8?q?=5Bplasma-mobile=5D_shell=3A_Change_default_theme_from?=
From:       Artur Duque de Souza <asouza () kde ! org>
Date:       2011-04-23 15:15:24
Message-ID: 20110423151524.CD707A60A9 () git ! kde ! org
[Download RAW message or body]

Git commit 3c7389069b46ee62c941a68042e032ff520cc3db by Artur Duque de Souza.
Committed on 23/04/2011 at 16:55.
Pushed by asouza into branch 'master'.

Change default theme from air-mobile to oxygen-mobile

The darker theme looks better on device.

Signed-off-by: Artur Duque de Souza <asouza@kde.org>

M  +1    -1    shell/plasmaapp.cpp     

http://commits.kde.org/plasma-mobile/3c7389069b46ee62c941a68042e032ff520cc3db

diff --git a/shell/plasmaapp.cpp b/shell/plasmaapp.cpp
index f64830b..963c6f8 100644
--- a/shell/plasmaapp.cpp
+++ b/shell/plasmaapp.cpp
@@ -129,7 +129,7 @@ PlasmaApp::PlasmaApp()
     m_mainView->move(0,0);
 
     KConfigGroup cg(KSharedConfig::openConfig("plasmarc"), "Theme-plasma-mobile");
-    const QString themeName = cg.readEntry("name", "air-mobile");
+    const QString themeName = cg.readEntry("name", "oxygen-mobile");
     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