diff options
Diffstat (limited to 'kdesktop')
-rw-r--r-- | kdesktop/klaunch.kcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/klaunch.kcfg b/kdesktop/klaunch.kcfg index 29418f827..8f7800e92 100644 --- a/kdesktop/klaunch.kcfg +++ b/kdesktop/klaunch.kcfg @@ -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 --> @@ -31,7 +31,7 @@ </group> <group name="FeedbackStyle"> <entry key="BusyCursor" type="Bool"> - <default>true</default> + <default>false</default> <label></label> <whatsthis></whatsthis> </entry> |