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/plugin-manager/evolution-plugin-manager.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/plugin-manager') diff --git a/modules/plugin-manager/evolution-plugin-manager.c b/modules/plugin-manager/evolution-plugin-manager.c index 554719810e..322ac2d1d1 100644 --- a/modules/plugin-manager/evolution-plugin-manager.c +++ b/modules/plugin-manager/evolution-plugin-manager.c @@ -501,6 +501,9 @@ plugin_manager_constructed (GObject *object) action_name, GTK_UI_MANAGER_AUTO, FALSE); g_object_unref (action); + + if (G_OBJECT_CLASS (e_plugin_manager_parent_class)->constructed) + G_OBJECT_CLASS (e_plugin_manager_parent_class)->constructed (object); } static void -- cgit v1.2.3