summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMarek Kasik <mkasik@redhat.com>2014-10-16 14:55:30 +0200
committerMarek Kasik <mkasik@redhat.com>2014-10-16 15:02:59 +0200
commita4a38dff0d9439ba190741112b99877be4a32207 (patch)
tree1f1f392cecdb52b3c18317e04ae1293c49eb1fc9 /modules
parentd644b2260f83d079e1b98cfb71d5189d2e866618 (diff)
downloadgtk+-a4a38dff0d9439ba190741112b99877be4a32207.tar.gz
Get media-col-default attribute correctly
Fix a typo which caused that "number-up-supported" and "media-col-default" IPP attributes were not requested correctly. https://bugzilla.gnome.org/show_bug.cgi?id=725441
Diffstat (limited to 'modules')
-rw-r--r--modules/printbackends/cups/gtkprintbackendcups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c
index db2f5557ed..c90c5ef9ff 100644
--- a/modules/printbackends/cups/gtkprintbackendcups.c
+++ b/modules/printbackends/cups/gtkprintbackendcups.c
@@ -1901,7 +1901,7 @@ static const char * const printer_attrs_detailed[] =
"ipp-versions-supported",
"multiple-document-handling-supported",
"copies-supported",
- "number-up-supported"
+ "number-up-supported",
"media-col-default",
"media-col-supported",
"media-default",