summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff
blob: 52fa6a4d57f2d6dbf86f84de314db2e7770ebcfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- kdm/kfrontend/kdmshutdown.cpp
+++ kdm/kfrontend/kdmshutdown.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 );

--- ksmserver/shutdowndlg.cpp
+++ ksmserver/shutdowndlg.cpp
@@ -278,7 +278,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;