You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
568 B
14 lines
568 B
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
|