make print-to-pdf show up again

This commit is contained in:
Matthias Clasen 2006-06-16 03:40:47 +00:00
parent 01f54d802a
commit da191d13de
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-06-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperation-unix.c: Set the GENERATE_PDF capability
when creating a print dialog. (noted by Yevgen Muntyan)
2006-06-15 Carlos Garnacho <carlosg@gnome.org>
* gtk/gtknotebook.c (gtk_notebook_motion_notify): use

View File

@ -1,3 +1,8 @@
2006-06-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperation-unix.c: Set the GENERATE_PDF capability
when creating a print dialog. (noted by Yevgen Muntyan)
2006-06-15 Carlos Garnacho <carlosg@gnome.org>
* gtk/gtknotebook.c (gtk_notebook_motion_notify): use

View File

@ -1,5 +1,6 @@
/* GTK - The GIMP Toolkit
* gtkprintoperation-unix.c: Print Operation Details for Unix and Unix like platforms
* gtkprintoperation-unix.c: Print Operation Details for Unix
* and Unix-like platforms
* Copyright (C) 2006, Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
@ -313,7 +314,8 @@ get_print_dialog (GtkPrintOperation *op,
GTK_PRINT_CAPABILITY_COPIES |
GTK_PRINT_CAPABILITY_COLLATE |
GTK_PRINT_CAPABILITY_REVERSE |
GTK_PRINT_CAPABILITY_SCALE);
GTK_PRINT_CAPABILITY_SCALE |
GTK_PRINT_CAPABILITY_GENERATE_PDF);
if (priv->print_settings)
gtk_print_unix_dialog_set_settings (GTK_PRINT_UNIX_DIALOG (pd),