summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/core/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/lucid_automake/core/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff')
-rw-r--r--ubuntu/lucid_automake/core/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff23
1 files changed, 0 insertions, 23 deletions
diff --git a/ubuntu/lucid_automake/core/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff b/ubuntu/lucid_automake/core/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff
deleted file mode 100644
index 52fa6a4d5..000000000
--- a/ubuntu/lucid_automake/core/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff
+++ /dev/null
@@ -1,23 +0,0 @@
---- 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; \ No newline at end of file