GNOME Bugzilla – Bug 687065
InstallableOptions is not filtered in cups backend
Last modified: 2012-11-29 09:10:04 UTC
Since some time GTK+ is showing the "InstallableOptions" group for me. My guess is that this is caused by the changes in bug #674326, which seem to have changed what is stored in the ppd_group_t struct slightly. Now the "text" contains the human readable version, which cannot be used for comparison. Instead the groups "name" should be used. The attach patch changes this, and with it the installable options are not appearing anymore.
Created attachment 227481 [details] [review] patch to fix the issue
Review of attachment 227481 [details] [review]: Looks right to me. I'll ask Marek to confirm
Ping! (And putting Marek on the CC'list in case this fell trough the cracks.)
I'll look at it tomorrow.
Comment on attachment 227481 [details] [review] patch to fix the issue Hi Benjamin, thank you for catching this. This is a regression caused by this commit: http://git.gnome.org/browse/gtk+/commit/?h=gtk-3-4&id=122e12bc5f07aa6bb5ee101260f48b85d26833ed (gtk-3-4) http://git.gnome.org/browse/gtk+/commit/?id=46385aff0312ac9680f30cfb2b994f3a423d7130 (gtk-3-6 and master) Push the patch to gtk-3-4, gtk-3-6 and master please. Thank you Marek
Thanks for the review and finding the commit that caused it! I pushed the fix to all three branches.