aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'a11y/widgets')
-rw-r--r--a11y/widgets/ea-calendar-cell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/a11y/widgets/ea-calendar-cell.c b/a11y/widgets/ea-calendar-cell.c
index 4dd4bfab4c..b941bbc15c 100644
--- a/a11y/widgets/ea-calendar-cell.c
+++ b/a11y/widgets/ea-calendar-cell.c
@@ -203,6 +203,8 @@ ea_calendar_cell_new (GObject *obj)
#ifdef ACC_DEBUG
static void ea_calendar_cell_finalize (GObject *object)
{
+ G_OBJECT_CLASS (parent_class)->finalize (object);
+
++n_ea_calendar_cell_destroyed;
g_print ("ACC_DEBUG: n_ea_calendar_cell_destroyed = %d\n",
n_ea_calendar_cell_destroyed);