зеркало из https://github.com/mozilla/pjs.git
fix sorting by multiple custom columns, 380661, sr=mscott
This commit is contained in:
Родитель
919312a409
Коммит
eeccc38e02
|
@ -3638,7 +3638,7 @@ NS_IMETHODIMP nsMsgDBView::Sort(nsMsgViewSortTypeValue sortType, nsMsgViewSortOr
|
|||
{
|
||||
nsresult rv;
|
||||
|
||||
if (m_sortType == sortType && m_sortValid)
|
||||
if (m_sortType == sortType && m_sortValid && sortType != nsMsgViewSortType::byCustom)
|
||||
{
|
||||
if (m_sortOrder == sortOrder)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче