aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-10-05 12:32:26 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-10-05 12:32:26 +0800
commit3c9c7a2ac1864cd7cf3b72737e0577612e672b01 (patch)
treeb4ef89a49f984f3a730d285406c4ec4d7d57cc56 /shell/e-shell.c
parent6d1aea1b231c120441061c2046157b40e34f8e3a (diff)
downloadgsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.tar
gsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.tar.gz
gsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.tar.bz2
gsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.tar.lz
gsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.tar.xz
gsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.tar.zst
gsoc2013-evolution-3c9c7a2ac1864cd7cf3b72737e0577612e672b01.zip
Fix some compilation errors.
svn path=/branches/kill-bonobo/; revision=36561
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 7461329e1d..71eaec483d 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -25,8 +25,8 @@
#include <e-preferences-window.h>
#include <e-util/e-util.h>
+#include <e-shell-migrate.h>
#include <e-shell-module.h>
-#include <e-shell-upgrade.h>
#include <e-shell-window.h>
#define SHUTDOWN_TIMEOUT 500 /* milliseconds */
@@ -327,7 +327,7 @@ shell_constructed (GObject *object)
g_dir_close (dir);
- e_shell_upgrade_attempt (shell);
+ e_shell_migrate_attempt (shell);
}
static void