aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/evolution-module-calendar.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-10-10 00:45:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-10-10 00:45:27 +0800
commit5938ad7e8f0b3cf223b41bf942d9d1a9a0a42d2e (patch)
tree7e35229c149d7799b11df772a1a57ce1a386df82 /modules/calendar/evolution-module-calendar.c
parent8454897696ac622d8cf0a452a1b2b8fb20adedbf (diff)
downloadgsoc2013-evolution-5938ad7e8f0b3cf223b41bf942d9d1a9a0a42d2e.tar
gsoc2013-evolution-5938ad7e8f0b3cf223b41bf942d9d1a9a0a42d2e.tar.gz
gsoc2013-evolution-5938ad7e8f0b3cf223b41bf942d9d1a9a0a42d2e.tar.bz2
gsoc2013-evolution-5938ad7e8f0b3cf223b41bf942d9d1a9a0a42d2e.tar.lz
gsoc2013-evolution-5938ad7e8f0b3cf223b41bf942d9d1a9a0a42d2e.tar.xz
gsoc2013-evolution-5938ad7e8f0b3cf223b41bf942d9d1a9a0a42d2e.tar.zst
gsoc2013-evolution-5938ad7e8f0b3cf223b41bf942d9d1a9a0a42d2e.zip
ECalConfigCompEditor: 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 86a4d1a7af..37db46106f 100644
--- a/modules/calendar/evolution-module-calendar.c
+++ b/modules/calendar/evolution-module-calendar.c
@@ -83,7 +83,7 @@ e_module_load (GTypeModule *type_module)
e_task_shell_view_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_comp_editor_type_register (type_module);
e_cal_config_date_edit_register_type (type_module);
e_cal_config_meeting_store_register_type (type_module);
e_cal_config_meeting_time_selector_register_type (type_module);