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)
This commit is contained in:
parent
a9dc0eb466
commit
eda5e5c413
@ -1,5 +1,8 @@
|
|||||||
2006-08-31 Matthias Clasen <mclasen@redhat.com>
|
2006-08-31 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkprintoperation-unix.c (get_print_dialog): Don't specify
|
||||||
|
explicit format capabilities. (#346505, Christian Persch)
|
||||||
|
|
||||||
* modules/printbackends/cups/gtkprintbackendcups.c (cups_request_printer_list_cb): Send printer-list-done on error.
|
* modules/printbackends/cups/gtkprintbackendcups.c (cups_request_printer_list_cb): Send printer-list-done on error.
|
||||||
|
|
||||||
2006-08-31 Michael Natterer <mitch@imendio.com>
|
2006-08-31 Michael Natterer <mitch@imendio.com>
|
||||||
|
@ -345,8 +345,6 @@ get_print_dialog (GtkPrintOperation *op,
|
|||||||
GTK_PRINT_CAPABILITY_COLLATE |
|
GTK_PRINT_CAPABILITY_COLLATE |
|
||||||
GTK_PRINT_CAPABILITY_REVERSE |
|
GTK_PRINT_CAPABILITY_REVERSE |
|
||||||
GTK_PRINT_CAPABILITY_SCALE |
|
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)
|
if (priv->print_settings)
|
||||||
|
Loading…
Reference in New Issue
Block a user