diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-08-31 18:13:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-08-31 18:13:16 +0000 |
commit | eda5e5c413bff1e6f6d9bd2a2fd556c7c1905682 (patch) | |
tree | cfa732b0f73023669160969532ca73051e532939 /gtk/gtkprintoperation-unix.c | |
parent | a9dc0eb4666dc59713989daff8794816a13d397b (diff) | |
download | gtk+-eda5e5c413bff1e6f6d9bd2a2fd556c7c1905682.tar.gz |
Don't specify explicit format capabilities. (#346505, Christian Persch)
2006-08-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperation-unix.c (get_print_dialog): Don't specify
explicit format capabilities. (#346505, Christian Persch)
Diffstat (limited to 'gtk/gtkprintoperation-unix.c')
-rw-r--r-- | gtk/gtkprintoperation-unix.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c index c5c71e82e7..8461bb5ae5 100644 --- a/gtk/gtkprintoperation-unix.c +++ b/gtk/gtkprintoperation-unix.c @@ -345,9 +345,7 @@ get_print_dialog (GtkPrintOperation *op, GTK_PRINT_CAPABILITY_COLLATE | GTK_PRINT_CAPABILITY_REVERSE | GTK_PRINT_CAPABILITY_SCALE | - GTK_PRINT_CAPABILITY_GENERATE_PDF | - GTK_PRINT_CAPABILITY_GENERATE_PS | - GTK_PRINT_CAPABILITY_PREVIEW); + GTK_PRINT_CAPABILITY_PREVIEW); if (priv->print_settings) gtk_print_unix_dialog_set_settings (GTK_PRINT_UNIX_DIALOG (pd), |