Merge lp:~marcus-lundgren/wingpanel/fix-918523 into lp:~elementary-pantheon/wingpanel/old-trunk

Proposed by Marcus Lundgren
Status: Merged
Merged at revision: 85
Proposed branch: lp:~marcus-lundgren/wingpanel/fix-918523
Merge into: lp:~elementary-pantheon/wingpanel/old-trunk
Diff against target: 11 lines (+2/-0)
1 file modified
src/Services/WingpanelObjectEntry.vala (+2/-0)
To merge this branch: bzr merge lp:~marcus-lundgren/wingpanel/fix-918523
Reviewer Review Type Date Requested Status
Victor Martinez (community) Approve
Review via email: mp+114163@code.launchpad.net
To post a comment you must log in.
86. By Marcus Lundgren

Clean up.

Revision history for this message
Sergey "Shnatsel" Davidoff (shnatsel) wrote :

Works for me. Proof vid: http://videobin.org/+5wd/6j0.html

Revision history for this message
Victor Martinez (victored) wrote :

Looks good. It would be more straightforward to just call add_events(Gdk.EventMask.SCROLL_MASK) IMO.

87. By Marcus Lundgren

Using add_events instead of set_events.

Revision history for this message
Marcus Lundgren (marcus-lundgren) wrote :

Done!

Revision history for this message
Victor Martinez (victored) wrote :

Thank you!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Services/WingpanelObjectEntry.vala'
2--- src/Services/WingpanelObjectEntry.vala 2012-05-15 14:51:04 +0000
3+++ src/Services/WingpanelObjectEntry.vala 2012-07-10 17:53:18 +0000
4@@ -11,6 +11,8 @@
5 {
6 object = iobject;
7 this.entry = entry;
8+
9+ add_events (Gdk.EventMask.SCROLL_MASK);
10
11 IndicatorsModel model = IndicatorsModel.get_default ();
12

Subscribers

People subscribed via source and target branches

to all changes: