[evolution] main.c: Use g_type_ensure() to register plugin hook types.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] main.c: Use g_type_ensure() to register plugin hook types.
- Date: Sun, 16 Dec 2012 19:07:52 +0000 (UTC)
commit c5244efdf6d65718c1f5dca6840e567bb84f41fa
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Dec 16 14:06:27 2012 -0500
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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/main.c b/shell/main.c
index 4540f51..302d1a1 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. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]