diff options
author | Xan Lopez <xan@igalia.com> | 2012-04-16 19:41:52 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-04-16 19:41:52 +0800 |
commit | 954fd17d06fe9453c355223d66207b23f359665b (patch) | |
tree | 5ea83a71a01a43ef6fdfbd9c2262992b9ca2ddc6 /lib/ephy-profile-utils.h | |
parent | 6ca351051cee2d7528a4c03a5ffb50a230be5327 (diff) | |
download | gsoc2013-epiphany-954fd17d06fe9453c355223d66207b23f359665b.tar.gz gsoc2013-epiphany-954fd17d06fe9453c355223d66207b23f359665b.tar.zst gsoc2013-epiphany-954fd17d06fe9453c355223d66207b23f359665b.zip |
Create a new 'tabs-bar-visibility-policy' setting
We need this to be an enum, since we'll a third option in the future
for the Overview (to never show the tabs bar). For now just add the
two values we have now and migrate the code and the user data.
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 e33b94633..57837c64a 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 5 +#define EPHY_PROFILE_MIGRATION_VERSION 6 int ephy_profile_utils_get_migration_version (void); |