aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-06-29 06:13:09 +0800
committerXan Lopez <xlopez@igalia.com>2011-06-29 20:53:01 +0800
commit841b59d9a2af4492c8c51a040ea164e46c5093b9 (patch)
treeb15f225e71ac3b196de74d40c7e5a347efeef221 /src/ephy-shell.c
parent61b4a15531501833926b33a77f0416efc772a897 (diff)
downloadgsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.tar
gsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.tar.gz
gsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.tar.bz2
gsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.tar.lz
gsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.tar.xz
gsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.tar.zst
gsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.zip
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.
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c2
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);
}