From 50e6527820f4921e5648d38a712bfc43e1d3f835 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 8 May 2002 14:29:05 +0000 Subject: Change so there's no race conditions between the folder info and the session stuff svn path=/trunk/; revision=16723 --- mail/component-factory.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index 05e3bef466..8559898510 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -769,6 +769,9 @@ owner_set_cb (EvolutionShellComponent *shell_component, gtk_window_set_modal (GTK_WINDOW (dialog), TRUE); gtk_widget_show (dialog); } + + /* Everything should be ready now */ + evolution_folder_info_notify_ready (); } static void -- cgit v1.2.3