]> www.fi.muni.cz Git - evince.git/commitdiff
Revert my previuos commit, since printing to PDF is not supported by
authorCarlos Garcia Campos <carlosgc@gnome.org>
Wed, 8 Nov 2006 13:53:43 +0000 (13:53 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Wed, 8 Nov 2006 13:53:43 +0000 (13:53 +0000)
2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_print_range):
Revert my previuos commit, since printing to PDF is not supported by
evince yet.

ChangeLog
shell/ev-window.c

index 7c1ac93396e2a217e16e3a24a99dc31e2a1a05e3..f293a622945657b185dc025e9d7ce090724cc143 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (ev_window_print_range):
+
+       Revert my previuos commit, since printing to PDF is not supported by
+       evince yet. 
+
 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (ev_window_print_range):
index dcf687e9e35c7cac430be2558b3ef74426064f7d..ecd714e8cdfe401942c3a67c46b8b96fcf8dc9c2 100644 (file)
@@ -1682,8 +1682,8 @@ ev_window_print_range (EvWindow *ev_window, int first_page, int last_page)
                                                       GTK_PRINT_CAPABILITY_COLLATE |
                                                       GTK_PRINT_CAPABILITY_REVERSE |
                                                       GTK_PRINT_CAPABILITY_SCALE |
-                                                      GTK_PRINT_CAPABILITY_GENERATE_PS |
-                                                      GTK_PRINT_CAPABILITY_GENERATE_PDF);
+                                                      GTK_PRINT_CAPABILITY_GENERATE_PS);
+
        gtk_print_unix_dialog_set_current_page (GTK_PRINT_UNIX_DIALOG (dialog),
                                                current_page);