aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/evolution-module-calendar.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-10-10 01:20:44 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-10-10 01:20:44 +0800
commit27e8442447fccab49ffbf3be3d2d520bfbd5f6ba (patch)
tree918a9b44b7db20acacd9ded38fb2ae7bf8b5cda4 /modules/calendar/evolution-module-calendar.c
parent6fd48fd4df20ebf76382ebb441e81e85be7e3719 (diff)
downloadgsoc2013-evolution-27e8442447fccab49ffbf3be3d2d520bfbd5f6ba.tar
gsoc2013-evolution-27e8442447fccab49ffbf3be3d2d520bfbd5f6ba.tar.gz
gsoc2013-evolution-27e8442447fccab49ffbf3be3d2d520bfbd5f6ba.tar.bz2
gsoc2013-evolution-27e8442447fccab49ffbf3be3d2d520bfbd5f6ba.tar.lz
gsoc2013-evolution-27e8442447fccab49ffbf3be3d2d520bfbd5f6ba.tar.xz
gsoc2013-evolution-27e8442447fccab49ffbf3be3d2d520bfbd5f6ba.tar.zst
gsoc2013-evolution-27e8442447fccab49ffbf3be3d2d520bfbd5f6ba.zip
ECalConfigMeetingStore: Use G_DEFINE_DYNAMIC_TYPE.
Follow the usual GObject conventions.
Diffstat (limited to 'modules/calendar/evolution-module-calendar.c')
-rw-r--r--modules/calendar/evolution-module-calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/evolution-module-calendar.c b/modules/calendar/evolution-module-calendar.c
index b6d77c4395..f3611c1022 100644
--- a/modules/calendar/evolution-module-calendar.c
+++ b/modules/calendar/evolution-module-calendar.c
@@ -85,7 +85,7 @@ e_module_load (GTypeModule *type_module)
e_cal_config_calendar_item_type_register (type_module);
e_cal_config_comp_editor_type_register (type_module);
e_cal_config_date_edit_type_register (type_module);
- e_cal_config_meeting_store_register_type (type_module);
+ e_cal_config_meeting_store_type_register (type_module);
e_cal_config_meeting_time_selector_register_type (type_module);
e_cal_config_model_register_type (type_module);
e_cal_config_view_register_type (type_module);