summaryrefslogtreecommitdiffstats
path: root/opensuse/core/tdebase/ksmserver-defaulttohalt.diff
diff options
context:
space:
mode:
Diffstat (limited to 'opensuse/core/tdebase/ksmserver-defaulttohalt.diff')
-rw-r--r--opensuse/core/tdebase/ksmserver-defaulttohalt.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/opensuse/core/tdebase/ksmserver-defaulttohalt.diff b/opensuse/core/tdebase/ksmserver-defaulttohalt.diff
new file mode 100644
index 000000000..71a8a5037
--- /dev/null
+++ b/opensuse/core/tdebase/ksmserver-defaulttohalt.diff
@@ -0,0 +1,13 @@
+Index: ksmserver/shutdowndlg.cpp
+===================================================================
+--- ksmserver/shutdowndlg.cpp.orig
++++ ksmserver/shutdowndlg.cpp
+@@ -222,7 +222,7 @@ KSMShutdownDlg::KSMShutdownDlg( QWidget*
+ btnHalt->setFont( btnFont );
+ buttonlay->addWidget( btnHalt );
+ connect(btnHalt, SIGNAL(clicked()), SLOT(slotHalt()));
+- if ( sdtype == KApplication::ShutdownTypeHalt )
++ if ( sdtype == KApplication::ShutdownTypeHalt || getenv("KDM_AUTOLOGIN") )
+ btnHalt->setFocus();
+
+ // Reboot