aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-importer.c2
-rw-r--r--shell/main.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index fbc1b306f5..5d062126e0 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -372,7 +372,7 @@ prepare_intelligent_page (GtkAssistant *assistant, GtkWidget *apage, ImportData
return;
}
- page->target = e_import_target_new_home(data->import, g_get_home_dir());
+ page->target = e_import_target_new_home(data->import);
if (data->importerpage->importers)
g_slist_free(data->importerpage->importers);
diff --git a/shell/main.c b/shell/main.c
index 7ce930f6c2..0f52366aa8 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -69,7 +69,6 @@
#include <misc/e-cursors.h>
#include "e-util/e-error.h"
-#include "e-util/e-import.h"
#include <fcntl.h>
#include <signal.h>
@@ -610,7 +609,6 @@ main (gint argc, gchar **argv)
#ifdef ENABLE_PROFILING
e_profile_event_hook_get_type ();
#endif
- e_import_hook_get_type ();
e_plugin_ui_hook_get_type ();
/* All EPlugin and EPluginHook subclasses should be