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



commit cd7b3d94cbc1f83f3ef6c82da08044c632bfee8c
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 5dcaa0feb..f87feffed 100644
--- a/src/profile-migrator/ephy-profile-migrator.c
+++ b/src/profile-migrator/ephy-profile-migrator.c
@@ -1016,7 +1016,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]