[epiphany/mcatanzaro/web-apps-again-again-again: 30/33] 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: 30/33] profile-migrator: zoom level migration should use legacy profile dir
- Date: Tue, 11 Jun 2019 22:20:34 +0000 (UTC)
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]