summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2015-06-27 20:20:47 +0100
committerMartin Wimpress <[email protected]>2015-06-27 20:20:47 +0100
commita8dc48762b74173303456e37badceab5e9ab6571 (patch)
treedddf4917ab25c4c61a15aa0bdf701547cf9a886e
parent8f7f11efe2597e6d359c6e29402aea01a1a1867a (diff)
parent63eee4d641692a07f41bce3b7fd21668d8fe2f1e (diff)
downloadeom-a8dc48762b74173303456e37badceab5e9ab6571.tar.bz2
eom-a8dc48762b74173303456e37badceab5e9ab6571.tar.xz
Merge pull request #84 from lyokha/master
mispositioned brackets in update_scrollbar_values
-rw-r--r--src/eom-scroll-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-scroll-view.c b/src/eom-scroll-view.c
index 364ca7f..d3015c6 100644
--- a/src/eom-scroll-view.c
+++ b/src/eom-scroll-view.c
@@ -351,6 +351,7 @@ update_scrollbar_values (EomScrollView *view)
g_signal_handlers_unblock_matched (
priv->hadj, G_SIGNAL_MATCH_DATA,
0, 0, NULL, NULL, view);
+ }
if (gtk_widget_get_visible (GTK_WIDGET (priv->vbar))) {
page_size = MIN (scaled_height, allocation.height);
@@ -372,7 +373,6 @@ update_scrollbar_values (EomScrollView *view)
g_signal_handlers_unblock_matched (
priv->vadj, G_SIGNAL_MATCH_DATA,
0, 0, NULL, NULL, view);
- }
}
}