GNOME Bugzilla – Bug 623389
[iconview] Fix segfault when using rubberband selection
Last modified: 2010-07-02 14:34:15 UTC
Just noticed a crash in GtkIconView - see patch.
Created attachment 165108 [details] [review] [iconview] Fix segfault when using rubberband selection When iterating over the cairo region's rectangles, do not decrement the counter twice ...
Comment on attachment 165108 [details] [review] [iconview] Fix segfault when using rubberband selection Good catch! Does this apply to gtk-2-22 as well ? If so, please commit it to that branch too
(In reply to comment #2) > (From update of attachment 165108 [details] [review]) > Good catch! > Does this apply to gtk-2-22 as well ? If so, please commit it to that branch > too No, gtk-2-22 still uses GdkRegion instead of cairo_region_t. Attachment 165108 [details] pushed as 1e1c5e3 - [iconview] Fix segfault when using rubberband selection