diff options
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r-- | 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 2cec78d7f..c21625101 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", |