diff options
author | Xan Lopez <xan@igalia.com> | 2012-05-09 18:24:06 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-05-09 18:24:06 +0800 |
commit | dd510ece07f5e01debec5cd1605913cf7dec568d (patch) | |
tree | 12188b13f9c87a670bd2dc6813f15a60f8137558 /lib/ephy-profile-utils.h | |
parent | f3a7c0fe44514d52f5a475e93470afea80390895 (diff) | |
download | gsoc2013-epiphany-dd510ece07f5e01debec5cd1605913cf7dec568d.tar gsoc2013-epiphany-dd510ece07f5e01debec5cd1605913cf7dec568d.tar.gz gsoc2013-epiphany-dd510ece07f5e01debec5cd1605913cf7dec568d.tar.bz2 gsoc2013-epiphany-dd510ece07f5e01debec5cd1605913cf7dec568d.tar.lz gsoc2013-epiphany-dd510ece07f5e01debec5cd1605913cf7dec568d.tar.xz gsoc2013-epiphany-dd510ece07f5e01debec5cd1605913cf7dec568d.tar.zst gsoc2013-epiphany-dd510ece07f5e01debec5cd1605913cf7dec568d.zip |
ephy-profile-migrator: migrate Web Applications to new profile location
We need to update their desktop files (they had references to the
profile directory) and the symlink of the .desktop file in the Shell
applications directory.
It would be much easier to just delete and re-add the applications,
but unfortunately that would wipe out the existing profile data in the
apps (like cookies).
Diffstat (limited to 'lib/ephy-profile-utils.h')
-rw-r--r-- | lib/ephy-profile-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-profile-utils.h b/lib/ephy-profile-utils.h index 353a5605b..d26fe1ca5 100644 --- a/lib/ephy-profile-utils.h +++ b/lib/ephy-profile-utils.h @@ -26,7 +26,7 @@ #define FORM_USERNAME_KEY "form_username" #define FORM_PASSWORD_KEY "form_password" -#define EPHY_PROFILE_MIGRATION_VERSION 6 +#define EPHY_PROFILE_MIGRATION_VERSION 7 int ephy_profile_utils_get_migration_version (void); |