diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-06-29 06:13:09 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-06-29 20:53:01 +0800 |
commit | 841b59d9a2af4492c8c51a040ea164e46c5093b9 (patch) | |
tree | b15f225e71ac3b196de74d40c7e5a347efeef221 /src/ephy-main.c | |
parent | 61b4a15531501833926b33a77f0416efc772a897 (diff) | |
download | gsoc2013-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-main.c')
-rw-r--r-- | src/ephy-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 98bde4f3e..2194e2869 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -417,7 +417,7 @@ main (int argc, g_setenv ("XLIB_SKIP_ARGB_VISUALS", "1", FALSE); /* Now create the shell */ - application = ephy_application_new (); + application = ephy_application_new (private_instance); _ephy_shell_create_instance (application); g_object_unref (application); |