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
* NEWS:
* configure.ac:
+ * shell/ev-view.c:
+
+ Add another check for find interface
Release 0.1.3
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)
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);
+ }
}
}