aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-prefs.h
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2011-03-11 14:40:02 +0800
committerSaleem Abdulrasool <compnerd@compnerd.org>2011-03-12 04:53:46 +0800
commit74ac0397a10d685b558689f223181446fe7dd75a (patch)
tree76f01260f5be5e1f38eb634ac5d721cd29c5287f /lib/ephy-prefs.h
parent9c0afb0fc36ef68c3d62d82d8c0fa9e5782af87f (diff)
downloadgsoc2013-epiphany-74ac0397a10d685b558689f223181446fe7dd75a.tar
gsoc2013-epiphany-74ac0397a10d685b558689f223181446fe7dd75a.tar.gz
gsoc2013-epiphany-74ac0397a10d685b558689f223181446fe7dd75a.tar.bz2
gsoc2013-epiphany-74ac0397a10d685b558689f223181446fe7dd75a.tar.lz
gsoc2013-epiphany-74ac0397a10d685b558689f223181446fe7dd75a.tar.xz
gsoc2013-epiphany-74ac0397a10d685b558689f223181446fe7dd75a.tar.zst
gsoc2013-epiphany-74ac0397a10d685b558689f223181446fe7dd75a.zip
shell: fix toolbar style enum
Diffstat (limited to 'lib/ephy-prefs.h')
-rw-r--r--lib/ephy-prefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h
index d4a9755c8..45ca6bac2 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -31,8 +31,8 @@ typedef enum
{
EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH,
EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH_HORIZ,
- EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH_ICONS,
- EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH_TEXT
+ EPHY_PREFS_UI_TOOLBAR_STYLE_ICONS,
+ EPHY_PREFS_UI_TOOLBAR_STYLE_TEXT
} EphyPrefsUIToolbarStyle;
typedef enum