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 03:31:21 +0800
commitcf82970e660fb2f147a9572d0cd61113f3a82de3 (patch)
tree0564d12494da2ac09b91db4c0976fed768a22c4b /modules/calendar/evolution-module-calendar.c
parent1889a59ae90663481709429f0813206263761ed2 (diff)
downloadgsoc2013-evolution-cf82970e660fb2f147a9572d0cd61113f3a82de3.tar
gsoc2013-evolution-cf82970e660fb2f147a9572d0cd61113f3a82de3.tar.gz
gsoc2013-evolution-cf82970e660fb2f147a9572d0cd61113f3a82de3.tar.bz2
gsoc2013-evolution-cf82970e660fb2f147a9572d0cd61113f3a82de3.tar.lz
gsoc2013-evolution-cf82970e660fb2f147a9572d0cd61113f3a82de3.tar.xz
gsoc2013-evolution-cf82970e660fb2f147a9572d0cd61113f3a82de3.tar.zst
gsoc2013-evolution-cf82970e660fb2f147a9572d0cd61113f3a82de3.zip
ECalConfigModel: Use G_DEFINE_DYNAMIC_TYPE.
Follow the usual GObject conventions. (cherry picked from commit 09438389c17a2b542d3c055e287f22fa3a1b6513)
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);