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
=== modified file 'plugins/unityshell/src/Launcher.cpp'
--- plugins/unityshell/src/Launcher.cpp 2011-09-26 09:19:44 +0000
+++ plugins/unityshell/src/Launcher.cpp 2011-09-26 18:34:29 +0000
@@ -447,7 +447,6 @@
447 _hide_machine->SetQuirk(LauncherHideMachine::LAST_ACTION_ACTIVATE, false);447 _hide_machine->SetQuirk(LauncherHideMachine::LAST_ACTION_ACTIVATE, false);
448448
449 GrabKeyboard();449 GrabKeyboard();
450 GrabPointer();
451450
452 // FIXME: long term solution is to rewrite the keynav handle451 // FIXME: long term solution is to rewrite the keynav handle
453 if (_focus_keynav_handle > 0)452 if (_focus_keynav_handle > 0)