]> www.fi.muni.cz Git - evince.git/commitdiff
Add another check for find interface EVINCE_0_1_3
authorMarco Pesenti Gritti <marco@gnome.org>
Fri, 4 Feb 2005 15:44:54 +0000 (15:44 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Fri, 4 Feb 2005 15:44:54 +0000 (15:44 +0000)
2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>

        * NEWS:
        * configure.ac:
        * shell/ev-view.c:

        Add another check for find interface

        Release 0.1.3

ChangeLog
NEWS
shell/ev-view.c

index 1ef6cde952fc27370097c947bc299886ca110f5c..89ff836600dad32bf5e1913eb68247088f3e25e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
        * NEWS:
        * configure.ac:
+       * shell/ev-view.c:
+
+       Add another check for find interface
 
        Release 0.1.3
 
diff --git a/NEWS b/NEWS
index 24a800da4d009f6c9c0b31ed882970a0a45fdd6f..2b23b11248a19b95ed50d7e68c4724a4027dbcb8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,7 @@ New features
 
 Bug fixes
 
-       * Fix the postscript view (Marco)
+       * Fix a crash with the postscript view (Marco)
        * Fix image view (Jeff Muizelaar)
        * Fix a warning when opening documents without
          thumbnails (Martin)
index 68767d4a2bc640c59852fc457d3dee75a3c0c7be..587b25865ff328d7e36325ad99de8f27807b48e0 100644 (file)
@@ -983,7 +983,10 @@ set_document_page (EvView *view, int new_page)
 
                view->find_page = page;
                view->find_result = 0;
-               update_find_status_message (view);
+
+               if (EV_IS_DOCUMENT_FIND (view->document)) {
+                       update_find_status_message (view);
+               }
        }
 }