]> Pileus Git - ~andy/gtk/blobdiff - modules/printbackends/cups/gtkprintercups.c
printing: Fix a typo
[~andy/gtk] / modules / printbackends / cups / gtkprintercups.c
index 09b5bfd916ac167798b5cb2afb7c91dc3a04a0c5..cc1c5774ba2e971d10c8f3d3b82c9d67facf495d 100644 (file)
@@ -346,6 +346,8 @@ gtk_printer_cups_update_settings (GtkPrinterCups *printer,
   /* cupsICCQualifier3 */
   option = gtk_printer_option_set_lookup (set, "cups-Resolution");
   if (option != NULL)
+    format[2] = option->value;
+  else
     format[2] = "*";
 
   /* get profile for the device given the qualifier */