aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/evolution-module-calendar.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-10-10 02:00:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-10-10 03:31:31 +0800
commitd4b88c112f9e6974108d5a4a76f954cd78e62e8a (patch)
treeef3675b38c3320f5815c21d7b36680f12507f0ce /modules/calendar/evolution-module-calendar.c
parentcf82970e660fb2f147a9572d0cd61113f3a82de3 (diff)
downloadgsoc2013-evolution-d4b88c112f9e6974108d5a4a76f954cd78e62e8a.tar
gsoc2013-evolution-d4b88c112f9e6974108d5a4a76f954cd78e62e8a.tar.gz
gsoc2013-evolution-d4b88c112f9e6974108d5a4a76f954cd78e62e8a.tar.bz2
gsoc2013-evolution-d4b88c112f9e6974108d5a4a76f954cd78e62e8a.tar.lz
gsoc2013-evolution-d4b88c112f9e6974108d5a4a76f954cd78e62e8a.tar.xz
gsoc2013-evolution-d4b88c112f9e6974108d5a4a76f954cd78e62e8a.tar.zst
gsoc2013-evolution-d4b88c112f9e6974108d5a4a76f954cd78e62e8a.zip
ECalConfigView: Use G_DEFINE_DYNAMIC_TYPE.
Follow the usual GObject conventions. (cherry picked from commit 55d5344510bd2991259d9b202988024b00c957d8)
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 50144ca59d..f3ac75b038 100644
--- a/modules/calendar/evolution-module-calendar.c
+++ b/modules/calendar/evolution-module-calendar.c
@@ -88,7 +88,7 @@ e_module_load (GTypeModule *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_type_register (type_module);
- e_cal_config_view_register_type (type_module);
+ e_cal_config_view_type_register (type_module);
e_calendar_preferences_type_register (type_module);
}