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

Proposed by Andrea Cimitan
Status: Merged
Merged at revision: 219
Proposed branch: lp:~cimi/overlay-scrollbar/fix-769427
Merge into: lp:overlay-scrollbar
Diff against target: 11 lines (+1/-0)
1 file modified
os/os-scrollbar.c (+1/-0)
To merge this branch: bzr merge lp:~cimi/overlay-scrollbar/fix-769427
Reviewer Review Type Date Requested Status
David Barth (community) Approve
Review via email: mp+58872@code.launchpad.net

Description of the change

on unrealize, store the boolean filter = FALSE so we know that we are removing the filter

To post a comment you must log in.
Revision history for this message
David Barth (dbarth) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'os/os-scrollbar.c'
2--- os/os-scrollbar.c 2011-04-20 17:42:03 +0000
3+++ os/os-scrollbar.c 2011-04-23 10:54:30 +0000
4@@ -1842,6 +1842,7 @@
5
6 gtk_widget_hide (priv->thumb);
7
8+ priv->filter = FALSE;
9 gdk_window_remove_filter (gtk_widget_get_window (widget), toplevel_filter_func, scrollbar);
10
11 g_signal_handlers_disconnect_by_func (G_OBJECT (gtk_widget_get_toplevel (widget)),

Subscribers

People subscribed via source and target branches