aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-content.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-content.c')
-rw-r--r--shell/e-shell-content.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-content.c b/shell/e-shell-content.c
index ccd121fa48..5b53fb5334 100644
--- a/shell/e-shell-content.c
+++ b/shell/e-shell-content.c
@@ -208,8 +208,8 @@ shell_content_constructed (GObject *object)
e_extensible_load_extensions (E_EXTENSIBLE (object));
- if (G_OBJECT_CLASS (e_shell_content_parent_class)->constructed)
- G_OBJECT_CLASS (e_shell_content_parent_class)->constructed (object);
+ /* Chain up to parent's constructed() method. */
+ G_OBJECT_CLASS (e_shell_content_parent_class)->constructed (object);
}
static void