Merge lp:~om26er/unity/fix-778256-stable into lp:unity/4.0

Proposed by Omer Akram
Status: Rejected
Rejected by: Tim Penhey
Proposed branch: lp:~om26er/unity/fix-778256-stable
Merge into: lp:unity/4.0
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/unityshell/src/PanelTray.cpp (+1/-1)
To merge this branch: bzr merge lp:~om26er/unity/fix-778256-stable
Reviewer Review Type Date Requested Status
Jay Taoko (community) Approve
Review via email: mp+88595@code.launchpad.net

Description of the change

comment #27 bug 778256

"This bugfix got lost during the merge in revision 1361: http://bazaar.launchpad.net/~unity-team/unity/trunk/revision/1361
It was fixed in revision 1228: http://bazaar.launchpad.net/~unity-team/unity/trunk/revision/1228
The fix landed in June but this way it did not make it into Oneiric and is not part of the latest 5.0 release in Precise either.
Could any Ubuntu developer please check this out? It's a one liner change only."

To post a comment you must log in.
Revision history for this message
Sam Spilsbury (smspillaz) wrote :
Revision history for this message
Omer Akram (om26er) wrote :

done here as well ;)

Revision history for this message
Jay Taoko (jaytaoko) :
review: Approve
Revision history for this message
Tim Penhey (thumper) wrote :

I don't believe we are doing any more SRUs for oneiric, and this never go merged, so I'm going to reject it at this stage just to get it off the active review queue.

Unmerged revisions

1737. By Omer Akram

fix

1736. By Omer Akram

Re-apply the fix for bug 778256 which got lost in a major unity change.

1735. By David Barth

revert custom dash patch

1734. By David Barth

Fixed bug #914251, local variables should be passed by value.

1733. By Didier Roche-Tolomelli

merge sam's fix for building standalone application on clean environment

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'plugins/unityshell/src/PanelTray.cpp'
--- plugins/unityshell/src/PanelTray.cpp 2011-10-26 16:16:17 +0000
+++ plugins/unityshell/src/PanelTray.cpp 2012-01-19 14:29:24 +0000
@@ -114,7 +114,7 @@
114void114void
115PanelTray::Draw(nux::GraphicsEngine& gfx_context, bool force_draw)115PanelTray::Draw(nux::GraphicsEngine& gfx_context, bool force_draw)
116{116{
117 nux::Geometry geo = GetGeometry();117 nux::Geometry geo(GetAbsoluteGeometry());
118118
119 gfx_context.PushClippingRectangle(geo);119 gfx_context.PushClippingRectangle(geo);
120 nux::GetPainter().PaintBackground(gfx_context, geo);120 nux::GetPainter().PaintBackground(gfx_context, geo);

Subscribers

People subscribed via source and target branches

to all changes: