diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-16 21:59:35 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-16 21:59:35 +0000 |
commit | 0c5e3c36fae9beb3124851977b289779f65451dd (patch) | |
tree | cb1b631678e04ad2a332544e5e7667dfa8e09a65 /kdesktop | |
parent | 8e999fffbf54cc74d4158993c1a7436ebd259271 (diff) | |
download | tdebase-0c5e3c36fae9beb3124851977b289779f65451dd.tar.gz tdebase-0c5e3c36fae9beb3124851977b289779f65451dd.zip |
* Remove Ubuntu specific code
* Change default launch feedback to KDE3.5.10 style
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176186 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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> |