aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-types.h')
-rw-r--r--embed/ephy-embed-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-types.h b/embed/ephy-embed-types.h
index adf32cc6f..07055433a 100644
--- a/embed/ephy-embed-types.h
+++ b/embed/ephy-embed-types.h
@@ -29,7 +29,7 @@ typedef enum
EMBED_CHROME_DEFAULT = 1 << 0,
EMBED_CHROME_MENUBARON = 1 << 1,
EMBED_CHROME_TOOLBARON = 1 << 2,
- EMBED_CHROME_PERSONALTOOLBARON = 1 << 3,
+ EMBED_CHROME_BOOKMARKSBARON = 1 << 3,
EMBED_CHROME_STATUSBARON = 1 << 4,
EMBED_CHROME_WINDOWRAISED = 1 << 5,
EMBED_CHROME_WINDOWLOWERED = 1 << 6,