aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-05-13 21:17:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-05-13 21:21:21 +0800
commit0b60ec7c89f99eaf4ac8c655ed953d705cf034c3 (patch)
treecc4f3690a5a392e83be82f392a4420456d9204df /shell/main.c
parent801c425ada572a88375a44e91745799d65539495 (diff)
downloadgsoc2013-evolution-0b60ec7c89f99eaf4ac8c655ed953d705cf034c3.tar
gsoc2013-evolution-0b60ec7c89f99eaf4ac8c655ed953d705cf034c3.tar.gz
gsoc2013-evolution-0b60ec7c89f99eaf4ac8c655ed953d705cf034c3.tar.bz2
gsoc2013-evolution-0b60ec7c89f99eaf4ac8c655ed953d705cf034c3.tar.lz
gsoc2013-evolution-0b60ec7c89f99eaf4ac8c655ed953d705cf034c3.tar.xz
gsoc2013-evolution-0b60ec7c89f99eaf4ac8c655ed953d705cf034c3.tar.zst
gsoc2013-evolution-0b60ec7c89f99eaf4ac8c655ed953d705cf034c3.zip
Convert "default-mailer" plugin to an extension.
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 ();