This commit is contained in:
putterman%netscape.com 1999-11-11 01:22:59 +00:00
Родитель 2038be4c8f
Коммит 14b976d5b4
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1229,7 +1229,7 @@ XULSortServiceImpl::SortTreeChildren(nsIContent *container, PRInt32 colIndex, so
}
/* smart sorting (sort within separators) on name column */
if (sortInfo->sortProperty == kNC_Name)
if (sortInfo->sortProperty.get() == kNC_Name)
{
PRUint32 startIndex=0;
for (loop=0; loop<numElements; loop++)

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

@ -1229,7 +1229,7 @@ XULSortServiceImpl::SortTreeChildren(nsIContent *container, PRInt32 colIndex, so
}
/* smart sorting (sort within separators) on name column */
if (sortInfo->sortProperty == kNC_Name)
if (sortInfo->sortProperty.get() == kNC_Name)
{
PRUint32 startIndex=0;
for (loop=0; loop<numElements; loop++)