From 8454897696ac622d8cf0a452a1b2b8fb20adedbf Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 9 Oct 2012 12:22:09 -0400 Subject: ECalConfigCalendarItem: Use G_DEFINE_DYNAMIC_TYPE. Follow the usual GObject conventions. --- modules/calendar/evolution-module-calendar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/calendar/evolution-module-calendar.c') 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); -- cgit v1.2.3