Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-02-24 18:52:02 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-02-24 18:52:02 (GMT)
commit43f12175ba221f7c241f0c9cde323c23b8db53e8 (patch)
treec2778a3b6509c3a0273ece64bc3682473571578c /ChangeLog
parent835ec7d0d07f4074aebb3e209a354d377b197569 (diff)
Dont't jump to find result if window was scrolled during search. Fix for
* shell/ev-view-private.h: * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event), (ev_view_init), (find_changed_cb), (ev_view_find_previous), (ev_view_search_changed): * shell/ev-view.h: * shell/ev-window.c: (find_bar_search_changed_cb): Dont't jump to find result if window was scrolled during search. Fix for the bug #313266.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbc914b..dbc9b73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-02-24 Stanislav Slusny <slusnys@gmail.com>
+
+ * shell/ev-view-private.h:
+ * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
+ (ev_view_init), (find_changed_cb), (ev_view_find_previous),
+ (ev_view_search_changed):
+ * shell/ev-view.h:
+ * shell/ev-window.c: (find_bar_search_changed_cb):
+
+ Dont't jump to find result if window was scrolled during search.
+ Fix for the bug #313266.
+
2006-02-21 Stanislav Slusny <slusnys@gmail.com>
* shell/eggfindbar.c: (egg_find_bar_class_init):