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:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2006-10-08 18:23:39 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-10-08 18:23:39 (GMT)
commit4eb491b96085b0a32dae91c973e803276a31d078 (patch)
tree97a337d9891a4ae351ae10e9efd0cbbefabc0eec /shell/ev-view-private.h
parent02ccbcd90f0e2a1317ad55723180d718f7ec63cd (diff)
Fixes bug #343199, current page now follows find page.
2006-10-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-view-private.h: * shell/ev-view.c: (view_set_adjustment_values), (view_update_range_and_current_page), (ensure_rectangle_is_visible), (ev_view_size_allocate): Fixes bug #343199, current page now follows find page.
Diffstat (limited to 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index a53fe54..791256b 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -45,6 +45,7 @@ typedef enum {
SCROLL_TO_KEEP_POSITION,
SCROLL_TO_PAGE_POSITION,
SCROLL_TO_CENTER,
+ SCROLL_TO_FIND_LOCATION,
} PendingScroll;
typedef enum {