diff options
Diffstat (limited to 'tests/ephy-download-test.c')
-rw-r--r-- | tests/ephy-download-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-download-test.c b/tests/ephy-download-test.c index b1c4171bf..3fd208af5 100644 --- a/tests/ephy-download-test.c +++ b/tests/ephy-download-test.c @@ -166,7 +166,7 @@ main (int argc, char *argv[]) ephy_embed_prefs_init (); _ephy_shell_create_instance (EPHY_EMBED_SHELL_MODE_PRIVATE); - if (!ephy_file_helpers_init (NULL, TRUE, FALSE, NULL)) { + if (!ephy_file_helpers_init (NULL, EPHY_FILE_HELPERS_PRIVATE_PROFILE, NULL)) { g_debug ("Something wrong happened with ephy_file_helpers_init()"); return -1; } |