aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-01-23 05:15:53 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-01-23 05:16:42 +0800
commit53d9c34bb570d65740de43f8a711dc6cc53d5977 (patch)
tree99875b8971c54fe9ab3d1af2a5e17126e9ee05cf /shell
parent7173ba4e07cb964fd5a8c340dedf20e0b4c61aab (diff)
downloadgsoc2013-evolution-53d9c34bb570d65740de43f8a711dc6cc53d5977.tar
gsoc2013-evolution-53d9c34bb570d65740de43f8a711dc6cc53d5977.tar.gz
gsoc2013-evolution-53d9c34bb570d65740de43f8a711dc6cc53d5977.tar.bz2
gsoc2013-evolution-53d9c34bb570d65740de43f8a711dc6cc53d5977.tar.lz
gsoc2013-evolution-53d9c34bb570d65740de43f8a711dc6cc53d5977.tar.xz
gsoc2013-evolution-53d9c34bb570d65740de43f8a711dc6cc53d5977.tar.zst
gsoc2013-evolution-53d9c34bb570d65740de43f8a711dc6cc53d5977.zip
BugĀ 606342 - PST option not offered in single file import
Diffstat (limited to 'shell')
-rw-r--r--shell/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 465fe7daa4..11a9e87fd9 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -54,6 +54,7 @@
#include "e-util/e-bconf-map.h"
#include "e-util/e-dialog-utils.h"
+#include "e-util/e-import.h"
#include "e-util/e-plugin.h"
#include "e-util/e-plugin-ui.h"
#include "e-util/e-profile-event.h"
@@ -590,6 +591,7 @@ main (gint argc, gchar **argv)
if (!disable_eplugin) {
/* Register built-in plugin hook types. */
es_event_hook_get_type ();
+ e_import_hook_get_type ();
#ifdef ENABLE_PROFILING
e_profile_event_hook_get_type ();
#endif