diff options
author | Milan Crha <mcrha@redhat.com> | 2010-12-06 21:23:20 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:08 +0800 |
commit | ca3faa17a9a26479ce39649976264f96cbaf5f4c (patch) | |
tree | fc27ef48d586b4976a4c3bbb3f1450a1afc46628 /shell/e-shell-searchbar.c | |
parent | 58807aa5702fa3993de19a2eb1104aaa53cedafb (diff) | |
download | gsoc2013-evolution-ca3faa17a9a26479ce39649976264f96cbaf5f4c.tar.gz gsoc2013-evolution-ca3faa17a9a26479ce39649976264f96cbaf5f4c.tar.zst gsoc2013-evolution-ca3faa17a9a26479ce39649976264f96cbaf5f4c.zip |
Free/busy meeting view doesn't work due to non-working extension
Diffstat (limited to 'shell/e-shell-searchbar.c')
-rw-r--r-- | shell/e-shell-searchbar.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-searchbar.c b/shell/e-shell-searchbar.c index 6597eb0597..2200ed3fd1 100644 --- a/shell/e-shell-searchbar.c +++ b/shell/e-shell-searchbar.c @@ -737,6 +737,9 @@ shell_searchbar_constructed (GObject *object) gtk_size_group_add_widget (size_group, widget); e_extensible_load_extensions (E_EXTENSIBLE (object)); + + if (G_OBJECT_CLASS (e_shell_searchbar_parent_class)->constructed) + G_OBJECT_CLASS (e_shell_searchbar_parent_class)->constructed (object); } static void |