aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-searchbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-searchbar.c')
-rw-r--r--shell/e-shell-searchbar.c3
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