Sophie

Sophie

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

kdebase-3.4.2-55mdk.src.rpm

--- ./kcontrol/launch/kcmlaunch.cpp--	2005-08-01 11:17:36.000000000 +0200
+++ ./kcontrol/launch/kcmlaunch.cpp	2005-08-01 11:18:23.000000000 +0200
@@ -164,7 +164,7 @@ LaunchConfig::load()
   c.setGroup( "BusyCursorSettings" );
   sb_cursorTimeout->setValue( c.readUnsignedNumEntry( "Timeout", 30 ));
   bool busyBlinking =c.readBoolEntry("Blinking", false);
-  bool busyBouncing =c.readBoolEntry("Bouncing", true);
+  bool busyBouncing =c.readBoolEntry("Bouncing", false);
   if ( !busyCursor )
      cb_busyCursor->setCurrentItem(0);
   else if ( busyBlinking )
@@ -242,7 +242,7 @@ LaunchConfig::checkChanged()
   c.setGroup( "BusyCursorSettings" );
   unsigned int savedCursorTimeout = c.readUnsignedNumEntry( "Timeout", 30 );
   bool savedBusyBlinking =c.readBoolEntry("Blinking", false);
-  bool savedBusyBouncing =c.readBoolEntry("Bouncing", true);
+  bool savedBusyBouncing =c.readBoolEntry("Bouncing", false);
 
   c.setGroup( "TaskbarButtonSettings" );
   unsigned int savedTaskbarTimeout = c.readUnsignedNumEntry( "Timeout", 30 );
--- kdesktop/klaunch.kcfg--	2005-08-01 11:17:23.000000000 +0200
+++ kdesktop/klaunch.kcfg	2005-08-01 11:17:29.000000000 +0200
@@ -22,7 +22,7 @@
       <!--     blinking = c.readBoolEntry( "Blinking", false ); -->
     </entry>
     <entry key="Bouncing" type="Bool">
-      <default>true</default>
+      <default>false</default>
       <label></label>
       <whatsthis></whatsthis>
       <!-- startupid.cpp:60 -->