]> www.fi.muni.cz Git - evince.git/commitdiff
Use unzipped document when printing. Thanks to Colin Slater
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Fri, 5 Aug 2005 07:28:22 +0000 (07:28 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Fri, 5 Aug 2005 07:28:22 +0000 (07:28 +0000)
* ps/ps-document.c: (save_page_list): Use
unzipped document when printing. Thanks to
Colin Slater <kiltedtaco@gmail.com>. Fix for bug
311016.

ChangeLog
ps/ps-document.c

index 6feae0dcd2386888ad97f465e62e838c6f285187..251a426042a40ab7e67bf7f00c76e708657266c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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):
@@ -14,7 +21,7 @@
        * 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>
 
index cfd22d9d0f0f0eeb910a6916b6502937e51da37e..8935eed4ed5dd4fe734bfa4af925a774dc1787ec 100644 (file)
@@ -1091,7 +1091,8 @@ save_page_list (PSDocument *document, int *page_list, const char *filename)
        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);