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 02:00:00 +0800
commit55d5344510bd2991259d9b202988024b00c957d8 (patch)
tree85f55738517429ec505a2eddfe31efb969c081f3 /modules/calendar/evolution-module-calendar.c
parent09438389c17a2b542d3c055e287f22fa3a1b6513 (diff)
downloadgsoc2013-evolution-55d5344510bd2991259d9b202988024b00c957d8.tar.gz
gsoc2013-evolution-55d5344510bd2991259d9b202988024b00c957d8.tar.zst
gsoc2013-evolution-55d5344510bd2991259d9b202988024b00c957d8.zip
ECalConfigView: 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 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);
}