2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
* shell/ev-view.c: (ev_view_set_document):
Release ref on the pixbuf cache when changing
document.
+2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
+
+ * shell/ev-view.c: (ev_view_set_document):
+
+ Release ref on the pixbuf cache when changing
+ document.
+
2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
* ps/ps-document.c: (ps_document_get_info):
}
+ if (view->pixbuf_cache) {
+ g_object_unref (view->pixbuf_cache);
+ view->pixbuf_cache = NULL;
+ }
+
view->document = document;
view->find_page = 0;
view->find_result = 0;