From: Carlos Garcia Campos Date: Wed, 8 Nov 2006 13:53:43 +0000 (+0000) Subject: Revert my previuos commit, since printing to PDF is not supported by X-Git-Tag: EVINCE_0_7_0~76 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=60fb7c16f70404f7305fc1313ae1aefa8e9f1309;p=evince.git Revert my previuos commit, since printing to PDF is not supported by 2006-11-08 Carlos Garcia Campos * shell/ev-window.c: (ev_window_print_range): Revert my previuos commit, since printing to PDF is not supported by evince yet. --- diff --git a/ChangeLog b/ChangeLog index 7c1ac933..f293a622 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-11-08 Carlos Garcia Campos + + * 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 * shell/ev-window.c: (ev_window_print_range): diff --git a/shell/ev-window.c b/shell/ev-window.c index dcf687e9..ecd714e8 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);