diff options
Diffstat (limited to 'tests/ephy-embed-single.c')
-rw-r--r-- | tests/ephy-embed-single.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-embed-single.c b/tests/ephy-embed-single.c index 200a2fd2d..9e15e9ae3 100644 --- a/tests/ephy-embed-single.c +++ b/tests/ephy-embed-single.c @@ -101,7 +101,7 @@ main (int argc, char *argv[]) ephy_debug_init (); ephy_embed_prefs_init (); - _ephy_shell_create_instance (); + _ephy_shell_create_instance (NULL); if (!ephy_file_helpers_init (NULL, TRUE, FALSE, NULL)) { g_debug ("Something wrong happened with ephy_file_helpers_init()"); |