Fix for 15142. Fixing typo makes secondary sort now work.

This commit is contained in:
putterman%netscape.com 2000-03-17 00:03:46 +00:00
Родитель 1ae274d8f1
Коммит 0d9ec530bb
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1155,7 +1155,7 @@ XULSortServiceImpl::GetTarget(contentSortInfo *contentSortInfo, sortPtr sortInfo
if(contentSortInfo->node2)
{
*target = contentSortInfo->node1;
*target = contentSortInfo->node2;
NS_IF_ADDREF(*target);
}
else if (!contentSortInfo->checkedNode2 && NS_SUCCEEDED(rv = (sortInfo->db)->GetTarget(resource, sortInfo->sortProperty2,

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

@ -1155,7 +1155,7 @@ XULSortServiceImpl::GetTarget(contentSortInfo *contentSortInfo, sortPtr sortInfo
if(contentSortInfo->node2)
{
*target = contentSortInfo->node1;
*target = contentSortInfo->node2;
NS_IF_ADDREF(*target);
}
else if (!contentSortInfo->checkedNode2 && NS_SUCCEEDED(rv = (sortInfo->db)->GetTarget(resource, sortInfo->sortProperty2,