From 841b59d9a2af4492c8c51a040ea164e46c5093b9 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 29 Jun 2011 00:13:09 +0200 Subject: ephy-application: add a private-instance property It does not do much at the moment, but we pass the information from ephy-main.c to the app. --- src/ephy-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-shell.c') 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); } -- cgit v1.2.3