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
=== modified file 'os/os-scrollbar.c'
--- os/os-scrollbar.c 2011-06-13 17:32:32 +0000
+++ os/os-scrollbar.c 2011-06-14 16:02:28 +0000
@@ -2515,6 +2515,8 @@
2515 scrollbar = OS_SCROLLBAR (widget);2515 scrollbar = OS_SCROLLBAR (widget);
2516 priv = scrollbar->priv;2516 priv = scrollbar->priv;
25172517
2518 os_pager_hide (OS_PAGER (priv->pager));
2519
2518 gtk_widget_hide (priv->thumb);2520 gtk_widget_hide (priv->thumb);
25192521
2520 priv->filter = FALSE;2522 priv->filter = FALSE;

Subscribers

People subscribed via source and target branches