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

List:       kde-commits
Subject:    kdebase
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2005-03-14 11:05:27
Message-ID: 20050314110527.C7B571487F () office ! kde ! org
[Download RAW message or body]

CVS commit by lunakl: 

One one more call to kreadconfig.


  M +11 -8     startkde   1.154


--- kdebase/startkde  #1.153:1.154
@@ -66,4 +66,5 @@
 kcminputrc Mouse cursorSize ''
 kpersonalizerrc General FirstLogin true
+ksplashrc KSplash Theme Default
 EOF
 kstartupconfig
@@ -224,12 +225,14 @@
 
 # the splashscreen and progress indicator
-splash=`kreadconfig --file ksplashrc --group KSplash --key Theme`
-if test "$splash" = "None"; then
-    echo >/dev/null #nothing
-elif test "$splash" = "Simple"; then
-    ksplashsimple
-else
-    ksplash --nodcop
-fi
+case "$ksplashrc_ksplash_theme" in 
+  None)
+     ;; # nothing
+  Simple)
+     ksplashsimple 
+     ;;
+  *)
+     ksplash --nodcop
+     ;;
+esac
 
 # certain features such as Konqueror preloading work only with full KDE running


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

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