aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/evolution-module-calendar.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-10-10 01:48:17 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-10-10 01:48:17 +0800
commit09438389c17a2b542d3c055e287f22fa3a1b6513 (patch)
tree2c82c36837f78fd85b8ffc4849cf76fcdcb7f968 /modules/calendar/evolution-module-calendar.c
parent51e192f235cda7d70d76974ac4522280264fd011 (diff)
downloadgsoc2013-evolution-09438389c17a2b542d3c055e287f22fa3a1b6513.tar
gsoc2013-evolution-09438389c17a2b542d3c055e287f22fa3a1b6513.tar.gz
gsoc2013-evolution-09438389c17a2b542d3c055e287f22fa3a1b6513.tar.bz2
gsoc2013-evolution-09438389c17a2b542d3c055e287f22fa3a1b6513.tar.lz
gsoc2013-evolution-09438389c17a2b542d3c055e287f22fa3a1b6513.tar.xz
gsoc2013-evolution-09438389c17a2b542d3c055e287f22fa3a1b6513.tar.zst
gsoc2013-evolution-09438389c17a2b542d3c055e287f22fa3a1b6513.zip
ECalConfigModel: 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 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);