diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ephy-download.c | 2 | ||||
-rw-r--r-- | tests/ephy-embed-single.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ephy-download.c b/tests/ephy-download.c index ed9144ed7..94445feaf 100644 --- a/tests/ephy-download.c +++ b/tests/ephy-download.c @@ -173,7 +173,7 @@ main (int argc, char *argv[]) ephy_debug_init (); ephy_embed_prefs_init (); - _ephy_shell_create_instance (NULL); + _ephy_shell_create_instance (FALSE); if (!ephy_file_helpers_init (NULL, TRUE, FALSE, NULL)) { g_debug ("Something wrong happened with ephy_file_helpers_init()"); diff --git a/tests/ephy-embed-single.c b/tests/ephy-embed-single.c index 9e15e9ae3..555723c2a 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 (NULL); + _ephy_shell_create_instance (FALSE); if (!ephy_file_helpers_init (NULL, TRUE, FALSE, NULL)) { g_debug ("Something wrong happened with ephy_file_helpers_init()"); |