This commit is contained in:
bryner%brianryner.com 2006-01-04 22:33:48 +00:00
Родитель aa956fd904
Коммит 570544bd80
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1685,7 +1685,7 @@ nsNavHistoryResult::ComputeShowSessions()
return; // not date sorting
PRUint32 groupCount;
const PRInt32* groups = mOptions->GroupingMode(&groupCount);
const PRUint32* groups = mOptions->GroupingMode(&groupCount);
for (PRUint32 i = 0; i < groupCount; i ++) {
if (groups[i] != nsINavHistoryQueryOptions::GROUP_BY_DAY)
return; // non-time-based grouping