[epiphany] ephy-history-window: and also handle "Ever" now that we have infinite history storage



commit 236ee3549644cb97bfac9696e5794a3c5dc2d285
Author: Xan Lopez <xan igalia com>
Date:   Tue Mar 6 22:56:14 2012 +0100

    ephy-history-window: and also handle "Ever" now that we have infinite history storage

 src/ephy-history-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index 2cec78d..c216251 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -825,6 +825,8 @@ build_search_box (EphyHistoryWindow *editor)
 	gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), str);
 	g_free (str);
 
+	gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), _("Ever"));
+
 	g_settings_bind (EPHY_SETTINGS_STATE,
 			 EPHY_PREFS_STATE_HISTORY_DATE_FILTER,
 			 combo, "active",



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