diff options
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 |