diff options
Diffstat (limited to 'ubuntu/maverick/tdebase')
-rw-r--r-- | ubuntu/maverick/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu/maverick/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff b/ubuntu/maverick/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff index 2c106549e..63c0c8add 100644 --- a/ubuntu/maverick/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff +++ b/ubuntu/maverick/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff @@ -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;
\ No newline at end of file + // slighty more space for the new logout + int factor = 2; |