diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-19 11:43:34 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-19 11:43:34 +0000 |
commit | 6b67e2b67b2e9e83dcdc36d1ddea0c71e0d93bd0 (patch) | |
tree | 4cbc3f312eff32e95a471ef8dc64ab22fc447913 /gtk/gtkprintoperation-unix.c | |
parent | 3742f415ea119387441cda3592e737e1b81babaf (diff) | |
download | gtk+-6b67e2b67b2e9e83dcdc36d1ddea0c71e0d93bd0.tar.gz |
Another forgotten change.
Diffstat (limited to 'gtk/gtkprintoperation-unix.c')
-rw-r--r-- | gtk/gtkprintoperation-unix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c index a72866d73e..a8fbd03eee 100644 --- a/gtk/gtkprintoperation-unix.c +++ b/gtk/gtkprintoperation-unix.c @@ -346,7 +346,8 @@ 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_PDF | + GTK_PRINT_CAPABILITY_GENERATE_PS); if (priv->print_settings) gtk_print_unix_dialog_set_settings (GTK_PRINT_UNIX_DIALOG (pd), |