diff options
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 1a8a7c2eca..50144ca59d 100644 --- a/modules/calendar/evolution-module-calendar.c +++ b/modules/calendar/evolution-module-calendar.c @@ -87,7 +87,7 @@ e_module_load (GTypeModule *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_type_register (type_module); - e_cal_config_model_register_type (type_module); + e_cal_config_model_type_register (type_module); e_cal_config_view_register_type (type_module); e_calendar_preferences_type_register (type_module); |