diff options
Diffstat (limited to 'shell/e-shell-sidebar.c')
-rw-r--r-- | shell/e-shell-sidebar.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-sidebar.c b/shell/e-shell-sidebar.c index b56e4c061d..a7cb28e803 100644 --- a/shell/e-shell-sidebar.c +++ b/shell/e-shell-sidebar.c @@ -214,6 +214,9 @@ shell_sidebar_constructed (GObject *object) g_free (label); e_extensible_load_extensions (E_EXTENSIBLE (object)); + + if (G_OBJECT_CLASS (e_shell_sidebar_parent_class)->constructed) + G_OBJECT_CLASS (e_shell_sidebar_parent_class)->constructed (object); } static void |