aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ephy-shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 1a1553ead..bf8eb18f6 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -170,6 +170,8 @@ queue_commands (EphyShell *shell)
static void
ephy_shell_startup (GApplication* application)
{
+ G_APPLICATION_CLASS (ephy_shell_parent_class)->startup (application);
+
/* We're not remoting; start our services */
/* Migrate profile if we are not running a private instance */
/* TODO: we want to migrate each WebApp profile too */