aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/gui/e-cal-config.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/calendar/gui/e-cal-config.c b/calendar/gui/e-cal-config.c
index 08f0aedd89..0e6f69725d 100644
--- a/calendar/gui/e-cal-config.c
+++ b/calendar/gui/e-cal-config.c
@@ -31,8 +31,6 @@
(G_TYPE_INSTANCE_GET_PRIVATE \
((obj), E_TYPE_CAL_CONFIG, ECalConfigPrivate))
-static GObjectClass *ecp_parent_class;
-
struct _ECalConfigPrivate {
guint source_changed_id;
};
@@ -74,7 +72,7 @@ ecp_target_free (EConfig *ec,
break; }
}
- ((EConfigClass *) ecp_parent_class)->target_free (ec, t);
+ ((EConfigClass *) e_cal_config_parent_class)->target_free (ec, t);
}
static void
@@ -90,7 +88,7 @@ ecp_set_target (EConfig *ec,
{
ECalConfigPrivate *p = E_CAL_CONFIG_GET_PRIVATE (ec);
- ((EConfigClass *) ecp_parent_class)->set_target (ec, t);
+ ((EConfigClass *) e_cal_config_parent_class)->set_target (ec, t);
if (t) {
switch (t->type) {