Merge lp:~unity-team/unity/unity.fix-919209 into lp:unity

Proposed by Jason Smith
Status: Merged
Approved by: Sam Spilsbury
Approved revision: no longer in the source branch.
Merged at revision: 1932
Proposed branch: lp:~unity-team/unity/unity.fix-919209
Merge into: lp:unity
Diff against target: 11 lines (+1/-0)
1 file modified
plugins/unityshell/src/LauncherController.cpp (+1/-0)
To merge this branch: bzr merge lp:~unity-team/unity/unity.fix-919209
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+91988@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/unityshell/src/LauncherController.cpp'
2--- plugins/unityshell/src/LauncherController.cpp 2012-02-08 00:32:46 +0000
3+++ plugins/unityshell/src/LauncherController.cpp 2012-02-08 08:08:18 +0000
4@@ -1017,6 +1017,7 @@
5
6 void Controller::KeyNavGrab()
7 {
8+ pimpl->ubus.SendMessage(UBUS_PLACE_VIEW_CLOSE_REQUEST);
9 KeyNavActivate();
10 pimpl->keyboard_launcher_->GrabKeyboard();
11 pimpl->launcher_grabbed = true;