Merge lp:~cimi/overlay-scrollbar/hide-pager-on-unrealize into lp:overlay-scrollbar

Proposed by Andrea Cimitan
Status: Merged
Approved by: Ted Gould
Approved revision: 250
Merged at revision: 250
Proposed branch: lp:~cimi/overlay-scrollbar/hide-pager-on-unrealize
Merge into: lp:overlay-scrollbar
Diff against target: 12 lines (+2/-0)
1 file modified
os/os-scrollbar.c (+2/-0)
To merge this branch: bzr merge lp:~cimi/overlay-scrollbar/hide-pager-on-unrealize
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
Review via email: mp+64565@code.launchpad.net

Description of the change

Hide the pager on unrealize

To post a comment you must log in.
Revision history for this message
Ted Gould (ted) :
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-06-13 17:32:32 +0000
3+++ os/os-scrollbar.c 2011-06-14 16:02:28 +0000
4@@ -2515,6 +2515,8 @@
5 scrollbar = OS_SCROLLBAR (widget);
6 priv = scrollbar->priv;
7
8+ os_pager_hide (OS_PAGER (priv->pager));
9+
10 gtk_widget_hide (priv->thumb);
11
12 priv->filter = FALSE;

Subscribers

People subscribed via source and target branches