From c5244efdf6d65718c1f5dca6840e567bb84f41fa Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 16 Dec 2012 14:06:27 -0500 Subject: main.c: Use g_type_ensure() to register plugin hook types. Make sure EImportHook and EPluginUIHook types are registered at startup. --- shell/main.c | 4 ++-- 1 file 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. */ -- cgit v1.2.3