summaryrefslogtreecommitdiff
path: root/libview
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-09-25 13:53:31 +0200
committerinfirit <[email protected]>2014-09-25 13:54:39 +0200
commit1e3ba90d474f9451866fc8f2009e6ab544f97704 (patch)
tree2321b714e101cd094b347f1539ec124dd21123f6 /libview
parentcd3a1af793824e33d26efa4fe709316d5617373d (diff)
downloadatril-1e3ba90d474f9451866fc8f2009e6ab544f97704.tar.bz2
atril-1e3ba90d474f9451866fc8f2009e6ab544f97704.tar.xz
Make ev_view_set_scroll_adjustments static void
Diffstat (limited to 'libview')
-rw-r--r--libview/ev-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c
index 78261d3a..20f5b600 100644
--- a/libview/ev-view.c
+++ b/libview/ev-view.c
@@ -840,7 +840,7 @@ set_scroll_adjustment (EvView *view,
}
#if !GTK_CHECK_VERSION (3, 0, 0)
-void
+static void
ev_view_set_scroll_adjustments (GtkLayout *layout,
GtkAdjustment *hadjustment,
GtkAdjustment *vadjustment)