Merge lp:~cimi/overlay-scrollbar/liferea-fix into lp:overlay-scrollbar

Proposed by Andrea Cimitan
Status: Merged
Approved by: Ted Gould
Approved revision: 218
Merged at revision: 221
Proposed branch: lp:~cimi/overlay-scrollbar/liferea-fix
Merge into: lp:overlay-scrollbar
Diff against target: 26 lines (+4/-1)
2 files modified
os/os-scrollbar.c (+4/-0)
os/os-utils.c (+0/-1)
To merge this branch: bzr merge lp:~cimi/overlay-scrollbar/liferea-fix
Reviewer Review Type Date Requested Status
Ayatana Scrollbar Team Pending
Review via email: mp+58874@code.launchpad.net

Description of the change

liferea requires the GDK_POINTER_MOTION_MASK

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'os/os-scrollbar.c'
--- os/os-scrollbar.c 2011-04-20 17:42:03 +0000
+++ os/os-scrollbar.c 2011-04-23 11:26:11 +0000
@@ -1721,6 +1721,10 @@
17211721
1722 GTK_WIDGET_CLASS (g_type_class_peek (GTK_TYPE_WIDGET))->realize (widget);1722 GTK_WIDGET_CLASS (g_type_class_peek (GTK_TYPE_WIDGET))->realize (widget);
17231723
1724 gdk_window_set_events (gtk_widget_get_window (widget),
1725 gdk_window_get_events (gtk_widget_get_window (widget)) |
1726 GDK_POINTER_MOTION_MASK);
1727
1724 if (priv->filter == FALSE && priv->proximity == TRUE)1728 if (priv->filter == FALSE && priv->proximity == TRUE)
1725 {1729 {
1726 priv->filter = TRUE;1730 priv->filter = TRUE;
17271731
=== modified file 'os/os-utils.c'
--- os/os-utils.c 2011-04-20 18:38:10 +0000
+++ os/os-utils.c 2011-04-23 11:26:11 +0000
@@ -38,7 +38,6 @@
38 "deja-dup",38 "deja-dup",
39 "eclipse",39 "eclipse",
40 "inkscape",40 "inkscape",
41 "liferea",
42 "lshw-gtk",41 "lshw-gtk",
43 "meld",42 "meld",
44 "synaptic",43 "synaptic",

Subscribers

People subscribed via source and target branches