gtk+ r20059 - in branches/gtk-2-12: . modules/printbackends/cups
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20059 - in branches/gtk-2-12: . modules/printbackends/cups
- Date: Thu, 1 May 2008 01:39:29 +0100 (BST)
Author: matthiasc
Date: Thu May 1 00:39:29 2008
New Revision: 20059
URL: http://svn.gnome.org/viewvc/gtk+?rev=20059&view=rev
Log:
Bug 529386 â Printing options hidden by blacklisted option
* modules/printbackend/cups/gtkprintbackendcups.c
(cups_printer_get_options): Fix the blacklist handling.
Patch by Marek KaÅÃk.
Modified:
branches/gtk-2-12/ChangeLog
branches/gtk-2-12/modules/printbackends/cups/gtkprintbackendcups.c
Modified: branches/gtk-2-12/modules/printbackends/cups/gtkprintbackendcups.c
==============================================================================
--- branches/gtk-2-12/modules/printbackends/cups/gtkprintbackendcups.c (original)
+++ branches/gtk-2-12/modules/printbackends/cups/gtkprintbackendcups.c Thu May 1 00:39:29 2008
@@ -2484,7 +2484,7 @@
for (i = 0; i < num_opts; i++)
{
- if (STRING_IN_TABLE (opts->name, cups_option_blacklist))
+ if (STRING_IN_TABLE (opts[i].name, cups_option_blacklist))
continue;
name = get_option_name (opts[i].name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]