summaryrefslogtreecommitdiff
path: root/lib/ephy-file-helpers.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-07-01 14:01:08 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-07-01 14:01:08 -0500
commitdd021bedc6a3dae42e2881a5077720a8fff764b9 (patch)
treeb0f4fae7b4c93821653fb0004a57338ec251308d /lib/ephy-file-helpers.c
parent325de076360da7073703cdba5f2f0a7ce830329e (diff)
downloadepiphany-dd021bedc6a3dae42e2881a5077720a8fff764b9.tar.gz
Revert "Ensure directories are created before sandbox is initialized"
This reverts commit 2f51e6b45d17a87dc6293bd1d859505d9bb1411f.
Diffstat (limited to 'lib/ephy-file-helpers.c')
-rw-r--r--lib/ephy-file-helpers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
index a2c11f9b5..a06f271cd 100644
--- a/lib/ephy-file-helpers.c
+++ b/lib/ephy-file-helpers.c
@@ -417,7 +417,6 @@ ephy_file_helpers_init (const char *profile_dir,
ret = ephy_ensure_dir_exists (ephy_profile_dir (), error);
ephy_ensure_dir_exists (ephy_cache_dir (), NULL);
ephy_ensure_dir_exists (ephy_config_dir (), NULL);
- ephy_ensure_dir_exists (ephy_file_tmp_dir (), NULL);
}
if (steal_data_from_profile && profile_dir) {