diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-history.c | 1 |
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)) |