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

Proposed by Mirco Müller
Status: Merged
Merged at revision: 351
Proposed branch: lp:~unity-team/unity/unity.fix-578545
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
targets/mutter/plugin.vala (+1/-1)
To merge this branch: bzr merge lp:~unity-team/unity/unity.fix-578545
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+28612@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Neil J. Patel (njpatel) wrote :

Looks good, approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'targets/mutter/plugin.vala'
2--- targets/mutter/plugin.vala 2010-06-24 13:48:14 +0000
3+++ targets/mutter/plugin.vala 2010-06-28 08:45:37 +0000
4@@ -391,7 +391,7 @@
5 this.QUICKLAUNCHER_WIDTH,
6 height-this.PANEL_HEIGHT);
7 Utils.set_strut ((Gtk.Window)this.drag_dest,
8- this.QUICKLAUNCHER_WIDTH - 1, 0, (uint32)height,
9+ this.QUICKLAUNCHER_WIDTH, 0, (uint32)height,
10 PANEL_HEIGHT, 0, (uint32)width);
11
12 this.places.set_size (width, height);