summaryrefslogtreecommitdiff
path: root/embed/ephy-history.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-09-29 22:26:20 +0000
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-09-29 22:26:20 +0000
commitd573e7f57f85d6b8c537f631c58638b0f71db01f (patch)
tree3ac1b85ba54ecd5ac1d7a7958193810d8b33fe93 /embed/ephy-history.c
parent489144a63292736d5b8abb3fb04175638db70cc8 (diff)
downloadepiphany-d573e7f57f85d6b8c537f631c58638b0f71db01f.tar.gz
More accurate description for Ever filter. Keep the backend as is, so we
2003-09-30 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-history.c: * src/ephy-history-window.c: (build_search_box): More accurate description for Ever filter. Keep the backend as is, so we dont have to change it if we change history expire.
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r--embed/ephy-history.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c
index a0e6a6626..8ba9edbb8 100644
--- a/embed/ephy-history.c
+++ b/embed/ephy-history.c
@@ -40,6 +40,7 @@
/* how often to save the history, in milliseconds */
#define HISTORY_SAVE_INTERVAL (60 * 5 * 1000)
+/* if you change this remember to change also the user interface description */
#define HISTORY_PAGE_OBSOLETE_DAYS 10
#define EPHY_HISTORY_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_HISTORY, EphyHistoryPrivate))