From 2b507716b257e6ef98dae8463180dbe718eb7b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Fri, 8 Feb 2013 12:36:38 +0100 Subject: Bug #683867 - Schedule actions with higher idle priority --- smime/gui/certificate-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smime') diff --git a/smime/gui/certificate-manager.c b/smime/gui/certificate-manager.c index 30bfb62291..a34e7ec04f 100644 --- a/smime/gui/certificate-manager.c +++ b/smime/gui/certificate-manager.c @@ -1085,7 +1085,7 @@ e_cert_manager_config_init (ECertManagerConfig *ecmc) * 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. */ - g_idle_add ((GSourceFunc) populate_ui, ecmc); + g_idle_add_full (G_PRIORITY_DEFAULT, (GSourceFunc) populate_ui, ecmc, NULL); /* Disconnect cert-manager-notebook from it's window and attach it * to this ECertManagerConfig */ -- cgit v1.2.3