diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2011-03-11 14:40:02 +0800 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2011-03-12 04:53:46 +0800 |
commit | 74ac0397a10d685b558689f223181446fe7dd75a (patch) | |
tree | 76f01260f5be5e1f38eb634ac5d721cd29c5287f /lib/ephy-prefs.h | |
parent | 9c0afb0fc36ef68c3d62d82d8c0fa9e5782af87f (diff) | |
download | gsoc2013-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.h | 4 |
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 |