G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 8 Feb 2013 19:08:00 +0000 (14:08 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 8 Feb 2013 19:08:00 +0000 (14:08 -0500)
commit820dcf6cfc43265c6376f15d983381c3087a5d20
treeac0c82e4a747b0ffad114f9494c399ce9a746e08
parent7dd6aa6cd934a754fcadabfeb34b9f58e773139f
G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.

GTK+ uses (G_PRIORITY_HIGH_IDLE + 20) for redrawing operations, which is
actually a slightly lower priority than G_PRIORITY_HIGH_IDLE.  Therefore
for our purpose, G_PRIORITY_HIGH_IDLE is sufficient.
calendar/libecal/e-cal.c
camel/camel-folder.c
camel/camel-imapx-server.c
camel/camel-service.c
camel/camel-session.c
camel/camel-store.c
camel/camel-subscribable.c