diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 7ffe91b40d..b52d77186b 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -690,6 +690,9 @@ 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); } static UniqueResponse |