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

Proposed by Andrea Azzarone
Status: Merged
Approved by: Mirco Müller
Approved revision: no longer in the source branch.
Merged at revision: 1356
Proposed branch: lp:~azzar1/unity/fix-734900
Merge into: lp:unity
Diff against target: 15 lines (+0/-5)
1 file modified
plugins/unityshell/src/PanelMenuView.cpp (+0/-5)
To merge this branch: bzr merge lp:~azzar1/unity/fix-734900
Reviewer Review Type Date Requested Status
Mirco Müller (community) Approve
Review via email: mp+70155@code.launchpad.net

Description of the change

Doesn't show an empty menu when coursor reaches the title in the panel. It refers just to maximized windows, since the case is already fixed for non-maximized ones.

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
1=== modified file 'plugins/unityshell/src/PanelMenuView.cpp'
2--- plugins/unityshell/src/PanelMenuView.cpp 2011-07-29 07:15:54 +0000
3+++ plugins/unityshell/src/PanelMenuView.cpp 2011-08-02 12:48:36 +0000
4@@ -342,11 +342,6 @@
5 {
6
7 }
8- else if (_is_maximized)
9- {
10- if (!_is_inside && !_last_active_view && !_show_now_activated)
11- gPainter.PushDrawLayer(GfxContext, GetGeometry(), _title_layer);
12- }
13 else
14 {
15 bool have_valid_entries = false;