diff options
author | Milan Crha <mcrha@redhat.com> | 2010-12-06 21:23:20 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-12-06 21:23:20 +0800 |
commit | 22b2d26d048476d4909bfcf348ce6567e0d006a0 (patch) | |
tree | 8902ba49d7ed1ac85a7a619bed720de6ca5cda66 /modules/startup-wizard | |
parent | dad3815a75bef3a119ff65184b4c0fc4c3edffdf (diff) | |
download | gsoc2013-evolution-22b2d26d048476d4909bfcf348ce6567e0d006a0.tar gsoc2013-evolution-22b2d26d048476d4909bfcf348ce6567e0d006a0.tar.gz gsoc2013-evolution-22b2d26d048476d4909bfcf348ce6567e0d006a0.tar.bz2 gsoc2013-evolution-22b2d26d048476d4909bfcf348ce6567e0d006a0.tar.lz gsoc2013-evolution-22b2d26d048476d4909bfcf348ce6567e0d006a0.tar.xz gsoc2013-evolution-22b2d26d048476d4909bfcf348ce6567e0d006a0.tar.zst gsoc2013-evolution-22b2d26d048476d4909bfcf348ce6567e0d006a0.zip |
Free/busy meeting view doesn't work due to non-working extension
Diffstat (limited to 'modules/startup-wizard')
-rw-r--r-- | modules/startup-wizard/evolution-startup-wizard.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/startup-wizard/evolution-startup-wizard.c b/modules/startup-wizard/evolution-startup-wizard.c index 6f07d6856e..928ff277cb 100644 --- a/modules/startup-wizard/evolution-startup-wizard.c +++ b/modules/startup-wizard/evolution-startup-wizard.c @@ -591,6 +591,9 @@ startup_wizard_constructed (GObject *object) g_signal_connect_swapped ( shell, "event::ready-to-start", G_CALLBACK (startup_wizard_run), extension); + + if (G_OBJECT_CLASS (e_startup_wizard_parent_class)->constructed) + G_OBJECT_CLASS (e_startup_wizard_parent_class)->constructed (object); } static void |