summaryrefslogtreecommitdiffstats
path: root/ubuntu
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-18 15:18:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-18 15:18:46 -0600
commit62d5ce450ef33cc3e73f9382e5bfad5989ba7783 (patch)
tree5d55146fa19cd9ff77dfa478c1e1b53e32c03ddc /ubuntu
parentce393d79d490d36159aa33aa8e0bd998519b95c7 (diff)
downloadtde-packaging-62d5ce450ef33cc3e73f9382e5bfad5989ba7783.tar.gz
tde-packaging-62d5ce450ef33cc3e73f9382e5bfad5989ba7783.zip
Fix tdebase FTBFS on Ubuntu
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/maverick/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff12
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;