Merge lp:~unity-team/unity/unity.fix-974408 into lp:unity

Proposed by Andrea Cimitan
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: no longer in the source branch.
Merged at revision: 2247
Proposed branch: lp:~unity-team/unity/unity.fix-974408
Merge into: lp:unity
Diff against target: 15 lines (+1/-1)
1 file modified
plugins/unityshell/src/Launcher.cpp (+1/-1)
To merge this branch: bzr merge lp:~unity-team/unity/unity.fix-974408
Reviewer Review Type Date Requested Status
Michal Hruby (community) Approve
Mirco Müller Pending
Review via email: mp+101093@code.launchpad.net

Commit message

Fix 974408 removing a regression introduced by revision 2221

Description of the change

Fix 974408 removing a regression introduced by revision 2221

To post a comment you must log in.
Revision history for this message
Michal Hruby (mhr3) wrote :

Looks correct

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 2012-04-06 06:58:13 +0000
3+++ plugins/unityshell/src/Launcher.cpp 2012-04-06 11:23:21 +0000
4@@ -1358,10 +1358,10 @@
5 {
6 _hud_is_open = true;
7 }
8+ bg_effect_helper_.enabled = true;
9 // Don't desaturate icons if the mouse is over the launcher:
10 if (!_hovered)
11 {
12- bg_effect_helper_.enabled = true;
13 LOG_DEBUG(logger) << "Desaturate on monitor " << monitor();
14 DesaturateIcons();
15 }