diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c index bab8ecb087..d7a6c21abd 100644 --- a/shell/main.c +++ b/shell/main.c @@ -75,6 +75,7 @@ #include <misc/e-cursors.h> #include "e-util/e-error.h" +#include "e-util/e-import.h" #include <fcntl.h> #include <signal.h> @@ -598,6 +599,7 @@ main (int argc, char **argv) e_plugin_hook_register_type(e_profile_event_hook_get_type()); #endif e_plugin_hook_register_type(e_plugin_type_hook_get_type()); + e_plugin_hook_register_type(e_import_hook_get_type()); e_plugin_load_plugins(); } |