From 9c6a7673b80268d96eb007b3273b26d5422f48a1 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 8 Feb 2013 18:26:15 +0100 Subject: Add comments around g_idle_add() changes --- mail/e-mail-display.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/e-mail-display.c') diff --git a/mail/e-mail-display.c b/mail/e-mail-display.c index d1e27f8fa3..26415f2599 100644 --- a/mail/e-mail-display.c +++ b/mail/e-mail-display.c @@ -1925,6 +1925,7 @@ e_mail_display_reload (EMailDisplay *display) return; /* Schedule reloading if neccessary */ + /* schedule with priority higher than gtk+ uses for animations (check docs for G_PRIORITY_HIGH_IDLE) */ display->priv->scheduled_reload = g_idle_add_full (G_PRIORITY_DEFAULT, (GSourceFunc) do_reload_display, display, NULL); } -- cgit v1.2.3