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 --- smime/gui/certificate-manager.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'smime') diff --git a/smime/gui/certificate-manager.c b/smime/gui/certificate-manager.c index a34e7ec04f..38645d2cdf 100644 --- a/smime/gui/certificate-manager.c +++ b/smime/gui/certificate-manager.c @@ -1084,7 +1084,9 @@ e_cert_manager_config_init (ECertManagerConfig *ecmc) /* Run this in an idle callback so Evolution has a chance to * fully initialize itself and start its main loop before we * load certificates, since doing so may trigger a password - * dialog, and dialogs require a main loop. */ + * dialog, and dialogs require a main loop. + * Schedule with priority higher than gtk+ uses for animations + * (check docs for G_PRIORITY_HIGH_IDLE). */ g_idle_add_full (G_PRIORITY_DEFAULT, (GSourceFunc) populate_ui, ecmc, NULL); /* Disconnect cert-manager-notebook from it's window and attach it -- cgit v1.2.3