aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-sidebar.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-sidebar.c')
-rw-r--r--shell/e-shell-sidebar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-sidebar.c b/shell/e-shell-sidebar.c
index b8ee23b6d0..ed5567e406 100644
--- a/shell/e-shell-sidebar.c
+++ b/shell/e-shell-sidebar.c
@@ -215,8 +215,8 @@ shell_sidebar_constructed (GObject *object)
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);
+ /* Chain up to parent's constructed() method. */
+ G_OBJECT_CLASS (e_shell_sidebar_parent_class)->constructed (object);
}
static void