summaryrefslogtreecommitdiffstats
path: root/kcontrol/kdm/kdm-shut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kdm/kdm-shut.cpp')
-rw-r--r--kcontrol/kdm/kdm-shut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/kdm/kdm-shut.cpp b/kcontrol/kdm/kdm-shut.cpp
index c958e1464..2eb88ac51 100644
--- a/kcontrol/kdm/kdm-shut.cpp
+++ b/kcontrol/kdm/kdm-shut.cpp
@@ -200,7 +200,7 @@ void KDMSessionsWidget::load()
config->setGroup("Shutdown");
restart_lined->setURL(config->readEntry("RebootCmd", "/sbin/reboot"));
- shutdown_lined->setURL(config->readEntry("HaltCmd", "/sbin/halt"));
+ shutdown_lined->setURL(config->readEntry("HaltCmd", "/sbin/poweroff"));
bm_combo->setCurrentId(config->readEntry("BootManager", "None"));
}
@@ -210,7 +210,7 @@ void KDMSessionsWidget::load()
void KDMSessionsWidget::defaults()
{
restart_lined->setURL("/sbin/reboot");
- shutdown_lined->setURL("/sbin/halt");
+ shutdown_lined->setURL("/sbin/poweroff");
sdlcombo->setCurrentItem(SdAll);
sdrcombo->setCurrentItem(SdRoot);