aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/evolution-module-calendar.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-10-10 01:35:08 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-10-10 01:35:08 +0800
commit51e192f235cda7d70d76974ac4522280264fd011 (patch)
tree62d4d597986bb779491d6867f5b9771408de1ed2 /modules/calendar/evolution-module-calendar.c
parent27e8442447fccab49ffbf3be3d2d520bfbd5f6ba (diff)
downloadgsoc2013-evolution-51e192f235cda7d70d76974ac4522280264fd011.tar.gz
gsoc2013-evolution-51e192f235cda7d70d76974ac4522280264fd011.tar.zst
gsoc2013-evolution-51e192f235cda7d70d76974ac4522280264fd011.zip
ECalConfigMeetingTimeSelector: 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 f3611c1022..1a8a7c2eca 100644
--- a/modules/calendar/evolution-module-calendar.c
+++ b/modules/calendar/evolution-module-calendar.c
@@ -86,7 +86,7 @@ e_module_load (GTypeModule *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_type_register (type_module);
- e_cal_config_meeting_time_selector_register_type (type_module);
+ e_cal_config_meeting_time_selector_type_register (type_module);
e_cal_config_model_register_type (type_module);
e_cal_config_view_register_type (type_module);