diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 5ebd1f21c..c978f1b5e 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -825,5 +825,5 @@ _ephy_shell_create_instance (EphyApplication *application) if (application) ephy_shell->priv->application = g_object_ref (application); else - ephy_shell->priv->application = ephy_application_new (); + ephy_shell->priv->application = ephy_application_new (FALSE); } |