* ps/ps-document.c: (save_page_list): Use
unzipped document when printing. Thanks to
Colin Slater <kiltedtaco@gmail.com>. Fix for bug
311016.
+2005-08-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * ps/ps-document.c: (save_page_list): Use
+ unzipped document when printing. Thanks to
+ Colin Slater <kiltedtaco@gmail.com>. Fix for bug
+ 311016.
+
2005-08-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-window.c: (update_action_sensitivity):
* shell/ev-window.c: (save_print_config_to_file):
Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
- Fix for bug 312228
+ Fix for bug 312238
2005-07-31 Christian Persch <chpe@cvs.gnome.org>
FILE *f;
gchar *buf;
- pscopydoc (sink, document->gs_filename, document->doc, page_list);
+ pscopydoc (sink, PS_DOCUMENT_GET_PS_FILE(document),
+ document->doc, page_list);
buf = gtk_gs_doc_sink_get_buffer (sink);