aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-alert-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-alert-dialog.c')
-rw-r--r--e-util/e-alert-dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-alert-dialog.c b/e-util/e-alert-dialog.c
index 2639196ca7..81a84746f6 100644
--- a/e-util/e-alert-dialog.c
+++ b/e-util/e-alert-dialog.c
@@ -218,6 +218,9 @@ alert_dialog_constructed (GObject *object)
gtk_widget_show (widget);
pango_attr_list_unref (list);
+
+ if (G_OBJECT_CLASS (e_alert_dialog_parent_class)->constructed)
+ G_OBJECT_CLASS (e_alert_dialog_parent_class)->constructed (object);
}
static void