diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-30 10:32:56 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-30 10:32:56 +0000 |
commit | 866006534ccee4e5114ba61e35f03da49d40bafd (patch) | |
tree | f108e15938fe09331862c8b8bfe43330b02c4283 /gtk/gtkprintoperation-unix.c | |
parent | 593170d7e37cd1620767df6e508e50c420fa3ba0 (diff) | |
download | gtk+-866006534ccee4e5114ba61e35f03da49d40bafd.tar.gz |
Add a preview capability
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 126771491d..5f93fef5ac 100644 --- a/gtk/gtkprintoperation-unix.c +++ b/gtk/gtkprintoperation-unix.c @@ -346,7 +346,8 @@ get_print_dialog (GtkPrintOperation *op, GTK_PRINT_CAPABILITY_REVERSE | GTK_PRINT_CAPABILITY_SCALE | GTK_PRINT_CAPABILITY_GENERATE_PDF | - GTK_PRINT_CAPABILITY_GENERATE_PS); + GTK_PRINT_CAPABILITY_GENERATE_PS | + GTK_PRINT_CAPABILITY_PREVIEW); if (priv->print_settings) gtk_print_unix_dialog_set_settings (GTK_PRINT_UNIX_DIALOG (pd), |