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 --- shell/e-shell.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell/e-shell.c') diff --git a/shell/e-shell.c b/shell/e-shell.c index 7ffe91b40d..b52d77186b 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -690,6 +690,9 @@ shell_constructed (GObject *object) if (!unique_app_is_running (UNIQUE_APP (object))) e_file_lock_create (); + + if (G_OBJECT_CLASS (e_shell_parent_class)->constructed) + G_OBJECT_CLASS (e_shell_parent_class)->constructed (object); } static UniqueResponse -- cgit v1.2.3