From 22b2d26d048476d4909bfcf348ce6567e0d006a0 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 6 Dec 2010 14:23:20 +0100 Subject: Free/busy meeting view doesn't work due to non-working extension --- e-util/e-alert-dialog.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'e-util/e-alert-dialog.c') 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 -- cgit