fix sorting by multiple custom columns, 380661, sr=mscott

This commit is contained in:
bienvenu%nventure.com 2007-05-14 20:40:57 +00:00
Родитель 919312a409
Коммит eeccc38e02
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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)
{