GNOME Bugzilla – Bug 323752
gdk_parse_args doesn't check g_option_context_parse's result correctly
Last modified: 2011-02-04 16:18:59 UTC
gdk_parse_args lacks a ! in the check of g_option_context_parse's result. Patch attached.
Created attachment 55849 [details] [review] Adding a !
Argh
The gtk-2-8 branch doesn't seem to have this bug. It looks like the ! got lost between your commits to gtk-2-8 and HEAD: gtk-2-8: http://cvs.gnome.org/viewcvs/gtk%2B/gdk/gdk.c?r1=1.162&r2=1.162.2.1 HEAD: http://cvs.gnome.org/viewcvs/gtk%2B/gdk/gdk.c?r1=1.163&r2=1.164 So there's probably no need to roll 2.8.10 just yet. :-)