]> Pileus Git - ~andy/gtk/blobdiff - modules/printbackends/file/gtkprintbackendfile.c
Set "accepts-pdf" property to true only if supported by the print backend
[~andy/gtk] / modules / printbackends / file / gtkprintbackendfile.c
index fee3d38bc5a1581561c30277c43c034f8097c3ee..7f0bd3532e1b146c64a1b60660359ff14c8e69b3 100644 (file)
@@ -501,6 +501,7 @@ gtk_print_backend_file_init (GtkPrintBackendFile *backend)
                          "name", _("Print to File"),
                          "backend", backend,
                          "is-virtual", TRUE,
+                         "accepts-pdf", TRUE,
                          NULL); 
 
   gtk_printer_set_has_details (printer, TRUE);