Merge lp:~manuel-nicetto/unity/bug-750781 into lp:unity

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

Approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/Launcher.cpp'
--- src/Launcher.cpp 2011-04-22 22:42:44 +0000
+++ src/Launcher.cpp 2011-04-28 15:11:46 +0000
@@ -3313,7 +3313,7 @@
3313 if (it != (LauncherModel::iterator)NULL)3313 if (it != (LauncherModel::iterator)NULL)
3314 {3314 {
3315 if ((*it)->OpenQuicklist (true))3315 if ((*it)->OpenQuicklist (true))
3316 leaveKeyNavMode ();3316 leaveKeyNavMode (true);
3317 }3317 }
3318 break;3318 break;
33193319