CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/04/16 04:04:49
Modified files:
devel/glib2 : Makefile
Added files:
devel/glib2/patches: patch-glib_gmain_c
Log message:
apply patch from https://bugzilla.gnome.org/attachment.cgi?id=212002,
from gnome bug #669260
gmain: block child sources when blocking the parent
When blocking a source that has child sources, we need to consider the
children blocked as well. Otherwise they will still trigger repeatedly
in an inner loop started from the parent source's callback.
Fixes download dialog not rendered upon certain mimetypes on midori,
see https://bugs.launchpad.net/midori/+bug/780133