Comment 11 for bug 412698

Revision history for this message
In , Mh+mozilla (mh+mozilla) wrote :

> --- a/widget/src/gtk2/nsPrintDialogGTK.cpp
> +++ b/widget/src/gtk2/nsPrintDialogGTK.cpp
> @@ -209,18 +209,16 @@ nsPrintDialogWidgetGTK::nsPrintDialogWid
(...)
> - | GTK_PRINT_CAPABILITY_GENERATE_PDF
> - | GTK_PRINT_CAPABILITY_GENERATE_PS

IMHO it would be better to keep these set and add the SVG variant, in case Gtk+ adds yet another format (in which case not specifying anything would bring up the new unsupported format in the print dialog, like it happened when SVG was added in Gtk+)