diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-03-07 04:39:44 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-03-07 04:39:44 +0100 |
| commit | 412858d1d7feb6970f2925fd3d0ed0ea5d83810f (patch) | |
| tree | 04046dd5a8b67a90565fd0d9024aae3b658cd640 /shutdown | |
| parent | b340d8af7a355dc936a1b1510dbbad515beceac4 (diff) | |
SessionDBusManager: make sure we cancel an action also UI side
(bzr r3695.4.54)
Diffstat (limited to 'shutdown')
| -rw-r--r-- | shutdown/SessionDBusManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shutdown/SessionDBusManager.cpp b/shutdown/SessionDBusManager.cpp index bdf16def2..594286170 100644 --- a/shutdown/SessionDBusManager.cpp +++ b/shutdown/SessionDBusManager.cpp @@ -133,6 +133,7 @@ DBusManager::DBusManager(session::Manager::Ptr const& session) else if (method == "CancelAction") { session_->CancelAction(); + session_->cancel_requested.emit(); } else if (method == "CanShutdown") { |
