From 74ac0397a10d685b558689f223181446fe7dd75a Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 10 Mar 2011 22:40:02 -0800 Subject: shell: fix toolbar style enum --- lib/ephy-prefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3