зеркало из https://github.com/mozilla/pjs.git
Bug 209911 XUL tree blob sort ignores sort direction r=varga sr=jag
This commit is contained in:
Родитель
c54f37d097
Коммит
537927df37
|
@ -1997,7 +1997,7 @@ nsXULTreeBuilder::CompareMatches(nsTemplateMatch* aLeft, nsTemplateMatch* aRight
|
|||
r->GetLength(&rlen);
|
||||
|
||||
mCollation->CompareRawSortKey(lval, llen, rval, rlen, &result);
|
||||
return result;
|
||||
return result * mSortDirection;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче