[epiphany/mcatanzaro/web-apps-again-again-again: 4/9] profile-migrator: zoom level migration should use legacy profile dir
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/web-apps-again-again-again: 4/9] profile-migrator: zoom level migration should use legacy profile dir
- Date: Fri, 24 May 2019 20:55:24 +0000 (UTC)
commit c791b9ca73c56110ee2026aff30d15e47a3aab33
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]