Merge lp:~azzar1/unity/fix-750778 into lp:unity

Proposed by Andrea Azzarone
Status: Merged
Approved by: Mirco Müller
Approved revision: no longer in the source branch.
Merged at revision: 1206
Proposed branch: lp:~azzar1/unity/fix-750778
Merge into: lp:unity
Diff against target: 11 lines (+1/-0)
1 file modified
src/Launcher.cpp (+1/-0)
To merge this branch: bzr merge lp:~azzar1/unity/fix-750778
Reviewer Review Type Date Requested Status
Mirco Müller (community) Approve
Review via email: mp+62121@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Mirco Müller (macslow) wrote :

Works. Approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Launcher.cpp'
2--- src/Launcher.cpp 2011-05-23 19:42:11 +0000
3+++ src/Launcher.cpp 2011-05-24 13:01:14 +0000
4@@ -3317,6 +3317,7 @@
5 break;
6 case NUX_VK_RIGHT:
7 case NUX_KP_RIGHT:
8+ case XK_Menu:
9 // open quicklist of currently selected icon
10 it = _model->at (_current_icon_index);
11 if (it != (LauncherModel::iterator)NULL)