aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-02 04:52:04 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-02 04:52:04 +0800
commit8f0093b0d8c8b45390353243515b7dfb8eeabf93 (patch)
tree5c80f5070204837ea418be9af86cda239f4ae58f /shell/main.c
parente37231b9e13aa8b7c0803a370b5463a9e4f390cb (diff)
downloadgsoc2013-evolution-8f0093b0d8c8b45390353243515b7dfb8eeabf93.tar
gsoc2013-evolution-8f0093b0d8c8b45390353243515b7dfb8eeabf93.tar.gz
gsoc2013-evolution-8f0093b0d8c8b45390353243515b7dfb8eeabf93.tar.bz2
gsoc2013-evolution-8f0093b0d8c8b45390353243515b7dfb8eeabf93.tar.lz
gsoc2013-evolution-8f0093b0d8c8b45390353243515b7dfb8eeabf93.tar.xz
gsoc2013-evolution-8f0093b0d8c8b45390353243515b7dfb8eeabf93.tar.zst
gsoc2013-evolution-8f0093b0d8c8b45390353243515b7dfb8eeabf93.zip
Start migration -after- loading all modules and plugins.
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 72333c17f7..eadb348d6b 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -45,6 +45,7 @@
#include "e-util/e-util.h"
#include "e-shell.h"
+#include "e-shell-migrate.h"
#include "es-event.h"
#include "e-util/e-util-private.h"
@@ -590,6 +591,10 @@ main (gint argc, gchar **argv)
e_plugin_load_plugins ();
}
+ /* Attempt migration -after- loading all modules and plugins,
+ * as both shell backends and certain plugins hook into this. */
+ e_shell_migrate_attempt (default_shell);
+
gtk_main ();
/* Drop what should be the last reference to the shell.