[gtk+] Get media-col-default attribute correctly
- From: Marek Kašík <mkasik src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Get media-col-default attribute correctly
- Date: Thu, 16 Oct 2014 13:03:14 +0000 (UTC)
commit a4a38dff0d9439ba190741112b99877be4a32207
Author: Marek Kasik <mkasik redhat com>
Date: Thu Oct 16 14:55:30 2014 +0200
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
modules/printbackends/cups/gtkprintbackendcups.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/printbackends/cups/gtkprintbackendcups.c
b/modules/printbackends/cups/gtkprintbackendcups.c
index db2f555..c90c5ef 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",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]