From 62d5ce450ef33cc3e73f9382e5bfad5989ba7783 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 18 Feb 2012 15:18:46 -0600 Subject: Fix tdebase FTBFS on Ubuntu --- .../tdebase/debian/patches/kubuntu_89_new_logout_ui.diff | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ubuntu/maverick') 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; -- cgit v1.2.3