diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-05-08 22:29:05 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-05-08 22:29:05 +0800 |
commit | 50e6527820f4921e5648d38a712bfc43e1d3f835 (patch) | |
tree | 8417c93328c51b0ee47094e81d5509d5057f3d60 /mail/component-factory.c | |
parent | 9622bc19df0e515248c964c489ace87082a27690 (diff) | |
download | gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.tar gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.tar.gz gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.tar.bz2 gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.tar.lz gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.tar.xz gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.tar.zst gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.zip |
Change so there's no race conditions between the folder info and the session stuff
svn path=/trunk/; revision=16723
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |