From db651b7bc40e4855e0a94ff88ddc57c9c79f503d Mon Sep 17 00:00:00 2001 From: Chris Halls Date: Sun, 3 Dec 2006 15:38:39 +0000 Subject: Register import eplugin type. Fixes bug #372528. 2006-11-29 Chris Halls * main.c: Register import eplugin type. Fixes bug #372528. svn path=/trunk/; revision=33033 --- shell/ChangeLog | 5 +++++ shell/main.c | 2 ++ 2 files changed, 7 insertions(+) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 42f86e5a20..449079b268 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2006-11-29 Chris Halls + + * main.c: Register import eplugin type. + Fixes bug #372528. + 2006-10-17 Harish Krishnaswamy * main.c: (show_development_warning): Update last 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 #include "e-util/e-error.h" +#include "e-util/e-import.h" #include #include @@ -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(); } -- cgit