From 0b60ec7c89f99eaf4ac8c655ed953d705cf034c3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 13 May 2010 09:17:25 -0400 Subject: Convert "default-mailer" plugin to an extension. --- shell/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell') 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 (); -- cgit