[epiphany] ephy-prefs: correct the order of the history time filter enum



commit a3ab578d379f429d9557e029a1beea751d1d8667
Author: Xan Lopez <xan igalia com>
Date:   Tue Mar 6 22:50:34 2012 +0100

    ephy-prefs: correct the order of the history time filter enum
    
    EVER needs to be at the end, not in the second position, since that's
    the order in the ephy history window.

 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 4ba2a91..9eadad0 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -45,10 +45,10 @@ typedef enum
 typedef enum
 {
 	EPHY_PREFS_STATE_HISTORY_DATE_FILTER_LAST_HALF_HOUR,
-	EPHY_PREFS_STATE_HISTORY_DATE_FILTER_EVER,
 	EPHY_PREFS_STATE_HISTORY_DATE_FILTER_TODAY,
 	EPHY_PREFS_STATE_HISTORY_DATE_FILTER_LAST_TWO_DAYS,
-	EPHY_PREFS_STATE_HISTORY_DATE_FILTER_LAST_THREE_DAYS
+	EPHY_PREFS_STATE_HISTORY_DATE_FILTER_LAST_THREE_DAYS,
+	EPHY_PREFS_STATE_HISTORY_DATE_FILTER_EVER,
 } EphyPrefsStateHistoryDateFilter;
 
 #define EPHY_PREFS_UI_SCHEMA			"org.gnome.Epiphany.ui"



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