Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-11-23 16:56:39 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-11-23 16:56:39 (GMT)
commit15940d1d8b71c9c3c73ea2bad5800ee09819e541 (patch)
tree221a26682111ee49d543893fc6902768e01dc28f /ChangeLog
parent522d2b9c2a71f477fdfa21d12dad6d7f3c6ebf6e (diff)
Make sure find_result is never < 0 which causes a crash while searching.
2008-11-23 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (ev_view_find_previous): Make sure find_result is never < 0 which causes a crash while searching. Fixes bug #558377. svn path=/trunk/; revision=3273
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 343dee7..e8b0304 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-23 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-view.c: (ev_view_find_previous):
+
+ Make sure find_result is never < 0 which causes a crash while
+ searching. Fixes bug #558377.
+
2008-11-19 Marek Kašík <mkasik@redhat.com>
* shell/ev-pixbuf-cache.c (new_selection_surface_needed),