From 493361b087fd5eb6622e98fe59b044134902861f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 19 Sep 2010 02:32:21 +0000 Subject: Fixed startup indication defaults git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/launch/kcmlaunch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kcontrol') 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; }; -- cgit v1.2.3