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 --- modules/offline-alert/evolution-offline-alert.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/offline-alert') diff --git a/modules/offline-alert/evolution-offline-alert.c b/modules/offline-alert/evolution-offline-alert.c index c759e50249..74a63bf697 100644 --- a/modules/offline-alert/evolution-offline-alert.c +++ b/modules/offline-alert/evolution-offline-alert.c @@ -184,6 +184,9 @@ offline_alert_constructed (GObject *object) g_signal_connect ( shell, "window-created", G_CALLBACK (offline_alert_window_created_cb), extension); + + if (G_OBJECT_CLASS (e_offline_alert_parent_class)->constructed) + G_OBJECT_CLASS (e_offline_alert_parent_class)->constructed (object); } static void -- cgit v1.2.3