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

Proposed by Andrea Azzarone
Status: Merged
Merged at revision: 1620
Proposed branch: lp:~azzar1/unity/fix-855909
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/unityshell/src/Launcher.cpp (+1/-1)
To merge this branch: bzr merge lp:~azzar1/unity/fix-855909
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+76900@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Neil J. Patel (njpatel) wrote :

Looks good

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-22 17:03:22 +0000
3+++ plugins/unityshell/src/Launcher.cpp 2011-09-25 13:07:24 +0000
4@@ -1882,7 +1882,7 @@
5
6 if (_dash_is_open && !_hide_machine->GetQuirk(LauncherHideMachine::EXTERNAL_DND_ACTIVE))
7 {
8- if (hovered)
9+ if (hovered && !_hover_machine->GetQuirk(LauncherHoverMachine::SHORTCUT_KEYS_VISIBLE))
10 SaturateIcons();
11 else
12 DesaturateIcons();