From aab0bb808b90ed6873dc9f7758fe01a9e793330f Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Wed, 13 Feb 2002 23:53:59 +0000 Subject: [PATCH] 55293 - pages in history don't expire after x days while mozilla is running. r=hewitt sr=alecf --- xpfe/components/history/src/nsGlobalHistory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xpfe/components/history/src/nsGlobalHistory.cpp b/xpfe/components/history/src/nsGlobalHistory.cpp index 0457e8dd300..ef6274cc733 100644 --- a/xpfe/components/history/src/nsGlobalHistory.cpp +++ b/xpfe/components/history/src/nsGlobalHistory.cpp @@ -1684,6 +1684,7 @@ void nsGlobalHistory::ExpireNow() { mNowValid = PR_FALSE; + mExpireNowTimer = nsnull; } // when we're dirty, we want to make sure we sync again soon,