diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-02 04:52:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-02 04:52:04 +0800 |
commit | 8f0093b0d8c8b45390353243515b7dfb8eeabf93 (patch) | |
tree | 5c80f5070204837ea418be9af86cda239f4ae58f /shell/e-shell.c | |
parent | e37231b9e13aa8b7c0803a370b5463a9e4f390cb (diff) | |
download | gsoc2013-evolution-8f0093b0d8c8b45390353243515b7dfb8eeabf93.tar.gz gsoc2013-evolution-8f0093b0d8c8b45390353243515b7dfb8eeabf93.tar.zst gsoc2013-evolution-8f0093b0d8c8b45390353243515b7dfb8eeabf93.zip |
Start migration -after- loading all modules and plugins.
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 75b66555fc..d2a82675ae 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -30,7 +30,6 @@ #include "widgets/misc/e-preferences-window.h" #include "e-shell-backend.h" -#include "e-shell-migrate.h" #include "e-shell-window.h" #define E_SHELL_GET_PRIVATE(obj) \ @@ -598,8 +597,6 @@ shell_constructed (GObject *object) shell_load_modules (E_SHELL (object)); shell_create_backends (E_SHELL (object)); - - e_shell_migrate_attempt (E_SHELL (object)); } static gboolean |