summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff
blob: c56f4f7cdf7a23e89c5f56e2e2824167be70e90d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- a/tdm/kfrontend/tdmshutdown.cpp
+++ b/tdm/kfrontend/tdmshutdown.cpp
@@ -467,7 +467,7 @@
 	, targetList( 0 )
 {
 
-	bool doUbuntuLogout = KConfigGroup(KGlobal::config(), "Shutdown").readBoolEntry("doUbuntuLogout", false);
+	bool doUbuntuLogout = KConfigGroup(KGlobal::config(), "Shutdown").readBoolEntry("doUbuntuLogout", true);
 
 	TQVBoxLayout* vbox = new TQVBoxLayout( this );
 	TQHBoxLayout *hbox = new TQHBoxLayout( this, KDmh, KDsh );

--- a/ksmserver/shutdowndlg.cpp
+++ b/ksmserver/shutdowndlg.cpp
@@ -668,7 +668,7 @@
 							2 * KDialog::spacingHint() );
 
 	// default factor
-	bool doUbuntuLogout = KConfigGroup(KGlobal::config(), "Logout").readBoolEntry("doUbuntuLogout", false);
+	bool doUbuntuLogout = KConfigGroup(KGlobal::config(), "Logout").readBoolEntry("doUbuntuLogout", true);
 
 	// slighty more space for the new logout
 	int factor = 2;