fix 81733 sort type not persisting regression from yesterday rs=sspitzer

This commit is contained in:
bienvenu%netscape.com 2001-05-19 01:05:45 +00:00
Родитель 1904c88565
Коммит fdc37c64cd
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -2183,6 +2183,7 @@ NS_IMETHODIMP nsMsgDBView::Sort(nsMsgViewSortTypeValue sortType, nsMsgViewSortOr
return NS_OK;
}
SaveSortInfo(sortType, sortOrder);
// figure out how much memory we'll need, and the malloc it
PRUint16 maxLen;
eFieldType fieldType;