Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view-private.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-09-07 17:20:27 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-09-07 17:20:27 (GMT)
commit5f7d46028f2345a1e4d1690fc8d2228fc1a9c506 (patch)
tree46e31ffa3c5f0abc06121cc22fa3f56ecedf2974 /shell/ev-view-private.h
parentcfe4ba6711c12ea9ad1ddba4cbd60e964715170b (diff)
Use GtkScrollType instead of EvScrollType.
2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view-private.h: * shell/ev-view.[ch]: (add_scroll_binding_keypad), (ev_view_scroll), (ev_view_class_init): * shell/ev-view-accessible.c: (ev_view_accessible_action_do_action): * shell/ev-window.c: (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward): Use GtkScrollType instead of EvScrollType. svn path=/trunk/; revision=3162
Diffstat (limited to 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index 547d165..0643fa8 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -186,7 +186,7 @@ struct _EvViewClass {
GtkLayoutClass parent_class;
void (*binding_activated) (EvView *view,
- EvScrollType scroll,
+ GtkScrollType scroll,
gboolean horizontal);
void (*zoom_invalid) (EvView *view);
void (*handle_link) (EvView *view,