summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/core/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-11-15 18:10:52 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-11-15 18:10:52 +0100
commit830f9676b4568fdf5704bd94c856d97d4c35813d (patch)
treeb7eb9bd9ca4fdb4c97da7b013583c87ab8f6e671 /ubuntu/lucid_automake/core/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff
parent0bfe4e2db5faf194cbafe6c3fcb8f331dd32f8c5 (diff)
downloadtde-packaging-830f9676b4568fdf5704bd94c856d97d4c35813d.tar.gz
tde-packaging-830f9676b4568fdf5704bd94c856d97d4c35813d.zip
DEB: adjusted to new 'core' folder for main packages.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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, 23 insertions, 0 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
new file mode 100644
index 000000000..52fa6a4d5
--- /dev/null
+++ b/ubuntu/lucid_automake/core/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff
@@ -0,0 +1,23 @@
+--- 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