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 --- widgets/misc/e-attachment-store.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'widgets/misc/e-attachment-store.c') diff --git a/widgets/misc/e-attachment-store.c b/widgets/misc/e-attachment-store.c index 8e2ad2ec23..d647a575dc 100644 --- a/widgets/misc/e-attachment-store.c +++ b/widgets/misc/e-attachment-store.c @@ -147,6 +147,9 @@ attachment_store_constructed (GObject *object) key = "/apps/evolution/shell/file_chooser_folder"; gconf_bridge_bind_property (bridge, key, object, "current-folder-uri"); + + if (G_OBJECT_CLASS (e_attachment_store_parent_class)->constructed) + G_OBJECT_CLASS (e_attachment_store_parent_class)->constructed (object); } static void -- cgit v1.2.3