diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-10-10 00:22:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-10-10 00:22:09 +0800 |
commit | 8454897696ac622d8cf0a452a1b2b8fb20adedbf (patch) | |
tree | 70551025cb20453158e9d7aa43122b351c60c85c /modules/calendar/evolution-module-calendar.c | |
parent | 9cee475a1a6579e0816d5ad36eca9ba9a29f9353 (diff) | |
download | gsoc2013-evolution-8454897696ac622d8cf0a452a1b2b8fb20adedbf.tar.gz gsoc2013-evolution-8454897696ac622d8cf0a452a1b2b8fb20adedbf.tar.zst gsoc2013-evolution-8454897696ac622d8cf0a452a1b2b8fb20adedbf.zip |
ECalConfigCalendarItem: 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/evolution-module-calendar.c b/modules/calendar/evolution-module-calendar.c index 9b24bf3854..86a4d1a7af 100644 --- a/modules/calendar/evolution-module-calendar.c +++ b/modules/calendar/evolution-module-calendar.c @@ -82,7 +82,7 @@ e_module_load (GTypeModule *type_module) e_task_shell_sidebar_type_register (type_module); e_task_shell_view_register_type (type_module); - e_cal_config_calendar_item_register_type (type_module); + e_cal_config_calendar_item_type_register (type_module); e_cal_config_comp_editor_register_type (type_module); e_cal_config_date_edit_register_type (type_module); e_cal_config_meeting_store_register_type (type_module); |