diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-03-19 19:36:55 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-03-19 19:36:55 +0100 |
| commit | ec85d374eeac89691bf7e514f183a59196f4cc7f (patch) | |
| tree | 0765a25909c6ff0bcb8a0687147c71de01a67131 /shutdown | |
| parent | 96c3edc17a7733793e5ef0bb4df4815f8408de06 (diff) | |
SessionController: request overlay hiding on session view show
(bzr r3227.1.13)
Diffstat (limited to 'shutdown')
| -rw-r--r-- | shutdown/SessionController.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shutdown/SessionController.cpp b/shutdown/SessionController.cpp index b8bb1d662..761c39bd2 100644 --- a/shutdown/SessionController.cpp +++ b/shutdown/SessionController.cpp @@ -91,6 +91,7 @@ void Controller::Show(View::Mode mode, bool inhibitors) if (Visible() && mode == view_->mode()) return; + ubus_manager_.SendMessage(UBUS_PLACE_VIEW_CLOSE_REQUEST); WindowManager::Default().SaveInputFocus(); if (nux::GetWindowThread()->IsEmbeddedWindow()) |
