[epiphany/wip/tingping/profile-migration: 105/105] Keep sharing safe browsing data in default cache dir
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/tingping/profile-migration: 105/105] Keep sharing safe browsing data in default cache dir
- Date: Thu, 31 Jan 2019 22:31:24 +0000 (UTC)
commit 314ba863132e529ed72b21e4e82df16a1071f575
Author: Patrick Griffis <pgriffis igalia com>
Date: Mon Jan 7 08:57:14 2019 -0500
Keep sharing safe browsing data in default cache dir
Since this is not read by the web process it will work fine and
sharing saves some space.
embed/ephy-embed-shell.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 4bcb8d01e..37b79339b 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -812,7 +812,7 @@ ephy_embed_shell_get_global_gsb_service (EphyEmbedShell *shell)
char *db_path;
api_key = g_settings_get_string (EPHY_SETTINGS_WEB, EPHY_PREFS_WEB_GSB_API_KEY);
- db_path = g_build_filename (ephy_cache_dir (), EPHY_GSB_FILE, NULL);
+ db_path = g_build_filename (ephy_default_cache_dir (), EPHY_GSB_FILE, NULL);
priv->global_gsb_service = ephy_gsb_service_new (api_key, db_path);
g_free (api_key);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]