[epiphany] shell: fix toolbar style enum



commit 74ac0397a10d685b558689f223181446fe7dd75a
Author: Saleem Abdulrasool <compnerd compnerd org>
Date:   Thu Mar 10 22:40:02 2011 -0800

    shell: fix toolbar style enum

 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 d4a9755..45ca6ba 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]