Merge lp:~6-admin-wutzara-de/wingpanel/monitor_fix into lp:~elementary-pantheon/wingpanel/wingpanel

Proposed by Wutz Günther
Status: Merged
Merge reported by: Fabian Thoma
Merged at revision: not available
Proposed branch: lp:~6-admin-wutzara-de/wingpanel/monitor_fix
Merge into: lp:~elementary-pantheon/wingpanel/wingpanel
Diff against target: 14 lines (+1/-2)
1 file modified
wingpanel-panel.vala (+1/-2)
To merge this branch: bzr merge lp:~6-admin-wutzara-de/wingpanel/monitor_fix
Reviewer Review Type Date Requested Status
Fabian Thoma Approve
Review via email: mp+44742@code.launchpad.net

Description of the change

fixed the monitor bugs with a little hack.

To post a comment you must log in.
Revision history for this message
Fabian Thoma (fabianthoma) :
review: Approve
32. By Fabian Thoma

Added libnetworkmenu.so to the indicator ordering, right between soundmenu and appindicators

33. By Fabian Thoma

Fixed bug #693238 and bug #693638 by setting the display to the first one!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'wingpanel-panel.vala'
2--- wingpanel-panel.vala 2010-12-27 11:18:27 +0000
3+++ wingpanel-panel.vala 2010-12-27 15:33:52 +0000
4@@ -94,9 +94,8 @@
5 }
6
7 bool draw_background (Gtk.Widget widget, Gdk.EventExpose event) {
8- var monitor_id = get_screen().get_primary_monitor();
9 Rectangle monitor_dimensions;
10- get_screen().get_monitor_geometry(monitor_id, out monitor_dimensions);
11+ get_screen().get_monitor_geometry(0, out monitor_dimensions);
12
13 Gtk.Requisition req = Gtk.Requisition();
14 widget.size_request (out req);

Subscribers

People subscribed via source and target branches