diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c index 4540f51984..302d1a1752 100644 --- a/shell/main.c +++ b/shell/main.c @@ -673,8 +673,8 @@ main (gint argc, if (!disable_eplugin) { /* Register built-in plugin hook types. */ es_event_hook_get_type (); - e_import_hook_get_type (); - e_plugin_ui_hook_get_type (); + g_type_ensure (E_TYPE_IMPORT_HOOK); + g_type_ensure (E_TYPE_PLUGIN_UI_HOOK); /* All EPlugin and EPluginHook subclasses should be * registered in GType now, so load plugins now. */ |