Fix tdebase FTBFS on Ubuntu

pull/3/head
Timothy Pearson 12 years ago
parent ce393d79d4
commit 62d5ce450e

@ -12,12 +12,12 @@
--- ksmserver/shutdowndlg.cpp
+++ ksmserver/shutdowndlg.cpp
@@ -278,7 +278,7 @@
2 * KDialog::spacingHint() );
@@ -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);
- 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;
// slighty more space for the new logout
int factor = 2;

Loading…
Cancel
Save