[epiphany/mcatanzaro/web-apps-again-again-again: 30/33] profile-migrator: zoom level migration should use legacy profile dir



commit 5cad1ca6ef1efad17c99e84af1ba87d885670d30
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Fri May 24 14:08:06 2019 -0500

    profile-migrator: zoom level migration should use legacy profile dir

 src/profile-migrator/ephy-profile-migrator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/profile-migrator/ephy-profile-migrator.c b/src/profile-migrator/ephy-profile-migrator.c
index 8a31d1e41..d75163b9f 100644
--- a/src/profile-migrator/ephy-profile-migrator.c
+++ b/src/profile-migrator/ephy-profile-migrator.c
@@ -1020,7 +1020,7 @@ migrate_zoom_level (void)
   char *history_filename;
   const char *sql_query;
 
-  history_filename = g_build_filename (ephy_profile_dir (), EPHY_HISTORY_FILE, NULL);
+  history_filename = g_build_filename (legacy_profile_dir (), EPHY_HISTORY_FILE, NULL);
   if (!g_file_test (history_filename, G_FILE_TEST_EXISTS))
     goto out;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]