From 53d9c34bb570d65740de43f8a711dc6cc53d5977 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 22 Jan 2010 16:15:53 -0500 Subject: BugĀ 606342 - PST option not offered in single file import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell') 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 -- cgit