aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 123a9751e7..82ccf6df9e 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -713,8 +713,8 @@ shell_constructed (GObject *object)
if (!unique_app_is_running (UNIQUE_APP (object)))
e_file_lock_create ();
- if (G_OBJECT_CLASS (e_shell_parent_class)->constructed)
- G_OBJECT_CLASS (e_shell_parent_class)->constructed (object);
+ /* Chain up to parent's constructed() method. */
+ G_OBJECT_CLASS (e_shell_parent_class)->constructed (object);
}
static UniqueResponse