From 331dfee9f06860c215b9cd2df2848296dddbe52f Mon Sep 17 00:00:00 2001 From: "mozilla.mano%sent.com" Date: Fri, 27 Apr 2007 09:59:08 +0000 Subject: [PATCH] Address review comment from bug 378808 git-svn-id: svn://10.0.0.236/trunk@225132 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/components/places/src/nsNavHistoryResult.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/toolkit/components/places/src/nsNavHistoryResult.cpp b/mozilla/toolkit/components/places/src/nsNavHistoryResult.cpp index 2ad1dffab00..d7fd0a2d7c5 100644 --- a/mozilla/toolkit/components/places/src/nsNavHistoryResult.cpp +++ b/mozilla/toolkit/components/places/src/nsNavHistoryResult.cpp @@ -1988,7 +1988,7 @@ nsNavHistoryQueryResultNode::FillChildren() FillStats(); // once we've computed all tree stats, we can sort, because containers will - // not have proper visit counts and dates + // then have proper visit counts and dates SortComparator comparator = GetSortingComparator(GetSortType()); nsCAutoString sortingAnnotation; GetSortingAnnotation(sortingAnnotation); @@ -2756,7 +2756,7 @@ nsNavHistoryFolderResultNode::FillChildren() FillStats(); // once we've computed all tree stats, we can sort, because containers will - // not have proper visit counts and dates + // then have proper visit counts and dates SortComparator comparator = GetSortingComparator(GetSortType()); nsCAutoString sortingAnnotation; GetSortingAnnotation(sortingAnnotation);