Merge lp:~robertcarr/unity/launcher-nopointergrab into lp:unity

Proposed by Robert Carr
Status: Merged
Approved by: Jason Smith
Approved revision: no longer in the source branch.
Merged at revision: 1631
Proposed branch: lp:~robertcarr/unity/launcher-nopointergrab
Merge into: lp:unity
Diff against target: 11 lines (+0/-1)
1 file modified
plugins/unityshell/src/Launcher.cpp (+0/-1)
To merge this branch: bzr merge lp:~robertcarr/unity/launcher-nopointergrab
Reviewer Review Type Date Requested Status
Jason Smith (community) Approve
Review via email: mp+77031@code.launchpad.net

Description of the change

In launcher don't take a pointer grab when entering keynav mode.

To post a comment you must log in.
Revision history for this message
Jason Smith (jassmith) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/unityshell/src/Launcher.cpp'
2--- plugins/unityshell/src/Launcher.cpp 2011-09-26 09:19:44 +0000
3+++ plugins/unityshell/src/Launcher.cpp 2011-09-26 18:34:29 +0000
4@@ -447,7 +447,6 @@
5 _hide_machine->SetQuirk(LauncherHideMachine::LAST_ACTION_ACTIVATE, false);
6
7 GrabKeyboard();
8- GrabPointer();
9
10 // FIXME: long term solution is to rewrite the keynav handle
11 if (_focus_keynav_handle > 0)