diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-07 05:53:35 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 05:53:35 +0800 |
commit | 99f0e389fe80b474204d09bd5e5fa64dd5ebf3a4 (patch) | |
tree | 708a61b32fdae6a9437f3e5c30c7cecde6e9fb9a /lib/ephy-prefs.h | |
parent | a3ab578d379f429d9557e029a1beea751d1d8667 (diff) | |
download | gsoc2013-epiphany-99f0e389fe80b474204d09bd5e5fa64dd5ebf3a4.tar gsoc2013-epiphany-99f0e389fe80b474204d09bd5e5fa64dd5ebf3a4.tar.gz gsoc2013-epiphany-99f0e389fe80b474204d09bd5e5fa64dd5ebf3a4.tar.bz2 gsoc2013-epiphany-99f0e389fe80b474204d09bd5e5fa64dd5ebf3a4.tar.lz gsoc2013-epiphany-99f0e389fe80b474204d09bd5e5fa64dd5ebf3a4.tar.xz gsoc2013-epiphany-99f0e389fe80b474204d09bd5e5fa64dd5ebf3a4.tar.zst gsoc2013-epiphany-99f0e389fe80b474204d09bd5e5fa64dd5ebf3a4.zip |
ephy-history-window: correctly handle 2 and 10 days of history
Diffstat (limited to 'lib/ephy-prefs.h')
-rw-r--r-- | lib/ephy-prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index 9eadad036..f08bce0f9 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -48,6 +48,7 @@ typedef enum 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_TEN_DAYS, EPHY_PREFS_STATE_HISTORY_DATE_FILTER_EVER, } EphyPrefsStateHistoryDateFilter; |