aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 60871e60c2..c42917c1ff 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -552,6 +552,9 @@ main (gint argc, gchar **argv)
* as both shell backends and certain plugins hook into this. */
e_shell_migrate_attempt (shell);
+ /* This is an alternative to the "upgrade.done" EEvent. */
+ e_shell_event (shell, "ready-to-start", NULL);
+
g_idle_add ((GSourceFunc) idle_cb, remaining_args);
gtk_main ();