Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > a6bc312ce50b5c8d0c51736e58ac32bc > files > 354

kdebase-3.4.2-55mdk.src.rpm

--- ksplashml/kcmksplash/installer.cpp--	2005-04-08 04:55:02.888014479 -0400
+++ ksplashml/kcmksplash/installer.cpp	2005-04-08 04:55:31.186613921 -0400
@@ -248,7 +248,7 @@ void SplashInstaller::readThemesList()
 //-----------------------------------------------------------------------------
 void SplashInstaller::defaults()
 {
-  mThemesList->setCurrentItem(findTheme("Default"));
+  mThemesList->setCurrentItem(findTheme("Galaxy Splash Screen"));
   emit changed( true );
 }
 
@@ -256,7 +256,7 @@ void SplashInstaller::load()
 {
   KConfig cnf("ksplashrc");
   cnf.setGroup("KSplash");
-  QString curTheme = cnf.readEntry("Theme","Default");
+  QString curTheme = cnf.readEntry("Theme","Galaxy Splash Screen");
   mThemesList->setCurrentItem(findTheme(curTheme));
   emit changed( false );
 }
--- ksplashml/themeengine/Makefile.am--	2005-04-08 04:54:24.152189572 -0400
+++ ksplashml/themeengine/Makefile.am	2005-04-08 04:54:38.989506144 -0400
@@ -1,4 +1,4 @@
-SUBDIRS = . default standard redmond simple
+SUBDIRS = . default standard redmond simple mdk
 
 INCLUDES = -I$(srcdir)/.. $(all_includes)
 
--- ksplashml/wndmain.cpp--	2005-04-08 05:00:19.020562057 -0400
+++ ksplashml/wndmain.cpp	2005-04-08 05:00:46.044106955 -0400
@@ -95,7 +95,7 @@ void KSplash::slotReadProperties( KConfi
   if (mTheme.isEmpty())
   {
     config->setGroup( "KSplash" );
-    mTheme = config->readEntry( "Theme", "Default" );
+    mTheme = config->readEntry( "Theme", "Galaxy Splash Screen" );
   }
   loadTheme( mTheme ); // Guaranteed to return a valid theme.
 }