diff options
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 26b22645c4..fafab518aa 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -606,6 +606,9 @@ shell_view_constructed (GObject *object) shell_view->priv->size_group = NULL; e_extensible_load_extensions (E_EXTENSIBLE (object)); + + if (G_OBJECT_CLASS (parent_class)->constructed) + G_OBJECT_CLASS (parent_class)->constructed (object); } static GtkWidget * |