Merge lp:~alexlauni/unity/bug-713340 into lp:unity

Proposed by Alex Launi
Status: Merged
Merged at revision: 970
Proposed branch: lp:~alexlauni/unity/bug-713340
Merge into: lp:unity
Diff against target: 13 lines (+1/-1)
1 file modified
src/Launcher.cpp (+1/-1)
To merge this branch: bzr merge lp:~alexlauni/unity/bug-713340
Reviewer Review Type Date Requested Status
Jason Smith (community) Approve
Mirco Müller Pending
Review via email: mp+53883@code.launchpad.net

Commit message

Merge fix to reset launcher keynev after hiding launcher

Description of the change

Fixes lp:713340

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

+1

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-03-17 08:49:55 +0000
3+++ src/Launcher.cpp 2011-03-17 19:23:24 +0000
4@@ -595,8 +595,8 @@
5 _navmod_show_launcher = false;
6 EnsureHiddenState ();
7
8+ _current_icon_index = -1;
9 _last_icon_index = _current_icon_index;
10- _current_icon_index = -1;
11 QueueDraw ();
12 ubus_server_send_message (ubus_server_get_default (),
13 UBUS_LAUNCHER_END_KEY_NAV,