From b7954986ab5976d97520271acf61e30de6186019 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 21 Feb 2012 11:05:10 +0100 Subject: Bug #670512 - Crash in ecp_set_target at e-cal-config.c:93 --- addressbook/gui/widgets/eab-config.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/widgets/eab-config.c b/addressbook/gui/widgets/eab-config.c index df91f12802..0a1e7aba18 100644 --- a/addressbook/gui/widgets/eab-config.c +++ b/addressbook/gui/widgets/eab-config.c @@ -30,8 +30,6 @@ (G_TYPE_INSTANCE_GET_PRIVATE \ ((obj), EAB_TYPE_CONFIG, EABConfigPrivate)) -static GObjectClass *ecp_parent_class; - struct _EABConfigPrivate { guint source_changed_id; }; @@ -80,7 +78,7 @@ ecp_target_free (EConfig *ec, break; } } - ((EConfigClass *) ecp_parent_class)->target_free (ec, t); + ((EConfigClass *) eab_config_parent_class)->target_free (ec, t); } static void @@ -96,7 +94,7 @@ ecp_set_target (EConfig *ec, { struct _EABConfigPrivate *p = EAB_CONFIG_GET_PRIVATE (ec); - ((EConfigClass *) ecp_parent_class)->set_target (ec, t); + ((EConfigClass *) eab_config_parent_class)->set_target (ec, t); if (t) { switch (t->type) { -- cgit v1.2.3