2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
* ps/ps-document.c: (ps_document_widget_event):
Initialize message_window, this should make ps
rendering really work! (Never noticed because I was
testing with a ps that is causing gs to exit every time!)
+2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
+
+ * ps/ps-document.c: (ps_document_widget_event):
+
+ Initialize message_window, this should make ps
+ rendering really work! (Never noticed because I was
+ testing with a ps that is causing gs to exit every time!)
+
2005-02-07 Bryan Clark <clarkbw@cvs.gnome.org>
* data/evince.schemas.in: updated simple error in applyto closing tag
if(event->type != GDK_CLIENT_EVENT)
return FALSE;
+ gs->message_window = event->client.data.l[0];
+
if (event->client.message_type == gs_class->page_atom) {
gs->busy = FALSE;
ev_document_changed (EV_DOCUMENT (gs));