diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-19 02:32:21 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-19 02:32:21 +0000 |
commit | 493361b087fd5eb6622e98fe59b044134902861f (patch) | |
tree | 318936d8cdbf62eb87a375bce8b2f8f33d85b430 /kcontrol | |
parent | 4ae5cd4ddb5e1d13169d9f536e7c083295f998eb (diff) | |
download | tdebase-493361b087fd5eb6622e98fe59b044134902861f.tar.gz tdebase-493361b087fd5eb6622e98fe59b044134902861f.zip |
Fixed startup indication defaults
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/launch/kcmlaunch.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kcontrol/launch/kcmlaunch.h b/kcontrol/launch/kcmlaunch.h index f7c16bcef..057a3f3d1 100644 --- a/kcontrol/launch/kcmlaunch.h +++ b/kcontrol/launch/kcmlaunch.h @@ -54,7 +54,8 @@ class LaunchConfig : public KCModule BusyCursor = 1 << 0, TaskbarButton = 1 << 1, - Default = BusyCursor | TaskbarButton +// Default = BusyCursor | TaskbarButton + Default = 0; }; |