Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-11-08 13:53:43 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-11-08 13:53:43 (GMT)
commit60fb7c16f70404f7305fc1313ae1aefa8e9f1309 (patch)
treeb7a9669474842a5de892cc9c9294eb7bce4fbb8f
parentd47bc2205d248b34dbfcdd349473f54d45d5ec70 (diff)
Revert my previuos commit, since printing to PDF is not supported by
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.
-rw-r--r--ChangeLog7
-rw-r--r--shell/ev-window.c4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c1ac93..f293a62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* 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):
+
Enable print to a PDF. Fixes bug #332121.
2006-10-31 Carlos Garcia Campos <carlosgc@gnome.org>
diff --git a/shell/ev-window.c b/shell/ev-window.c
index dcf687e..ecd714e 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -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);