diff options
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); |