[epiphany/wip/tingping/profile-migration] Keep sharing safe browsing	data in default cache dir
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [epiphany/wip/tingping/profile-migration] Keep sharing safe browsing	data in default cache dir
- Date: Mon,  7 Jan 2019 13:58:00 +0000 (UTC)
commit df1dd997d1d6b9f7943342b387f6130381d4149b
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 7504392dd..666cce29a 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -804,7 +804,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]