aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-alert.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-alert.c')
-rw-r--r--e-util/e-alert.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-alert.c b/e-util/e-alert.c
index 9f7a80162a..9d55c40ddf 100644
--- a/e-util/e-alert.c
+++ b/e-util/e-alert.c
@@ -558,6 +558,9 @@ alert_constructed (GObject *object)
button = button->next;
}
+
+ if (G_OBJECT_CLASS (e_alert_parent_class)->constructed)
+ G_OBJECT_CLASS (e_alert_parent_class)->constructed (object);
}
static void