Merge lp:~smspillaz/unity/unity.fix_868185 into lp:unity

Proposed by Sam Spilsbury
Status: Merged
Merge reported by: Sam Spilsbury
Merged at revision: not available
Proposed branch: lp:~smspillaz/unity/unity.fix_868185
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/unityshell/src/unityshell.cpp (+1/-1)
To merge this branch: bzr merge lp:~smspillaz/unity/unity.fix_868185
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Review via email: mp+78215@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

works well! sorry about it :)

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/unityshell.cpp'
2--- plugins/unityshell/src/unityshell.cpp 2011-10-03 12:54:22 +0000
3+++ plugins/unityshell/src/unityshell.cpp 2011-10-05 09:14:26 +0000
4@@ -1703,7 +1703,7 @@
5 if (!focusdesktop_handle_)
6 focusdesktop_handle_ = g_timeout_add (1000, &UnityWindow::FocusDesktopTimeout, this);
7 }
8- break;
9+ /* Fall through an re-evaluate wraps on map and unmap too */
10 case CompWindowNotifyUnmap:
11 if (UnityScreen::get (screen)->optionGetShowMinimizedWindows () &&
12 window->mapNum ())