зеркало из https://github.com/mozilla/gecko-dev.git
Fix for 15142. Fixing typo makes secondary sort now work.
This commit is contained in:
Родитель
1ae274d8f1
Коммит
0d9ec530bb
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче