summaryrefslogtreecommitdiffstats
path: root/ksmserver/startup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksmserver/startup.cpp')
-rw-r--r--ksmserver/startup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmserver/startup.cpp b/ksmserver/startup.cpp
index 4527aadaf..00cf57714 100644
--- a/ksmserver/startup.cpp
+++ b/ksmserver/startup.cpp
@@ -98,7 +98,7 @@ void KSMServer::restoreSession( TQString sessionName )
showFancyLogin = KConfigGroup(KGlobal::config(), "Login").readBoolEntry("showFancyLogin", true);
KConfig ksplashcfg( "ksplashrc", true );
ksplashcfg.setGroup( "KSplash" );
- if ( ksplashcfg.readEntry( "Theme", "Default" ) != TQString("None") )
+ if ( ksplashcfg.readEntry( "Theme", "Default" ) != TQString("Unified") )
showFancyLogin = false;
if( state != Idle )