mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
fix initial default sort order to be ascending rs=sspitzer related to checkin for 12896
This commit is contained in:
parent
bfc8a85774
commit
2d61cb101c
@ -797,7 +797,7 @@ NS_IMETHODIMP nsDBFolderInfo::SetSortType(nsMsgViewSortTypeValue aSortType)
|
||||
NS_IMETHODIMP nsDBFolderInfo::GetSortOrder(nsMsgViewSortOrderValue *aSortOrder)
|
||||
{
|
||||
PRUint32 sortOrderValue;
|
||||
nsresult rv = GetUint32Property("sortOrder", &sortOrderValue, nsMsgViewSortOrder::none);
|
||||
nsresult rv = GetUint32Property("sortOrder", &sortOrderValue, nsMsgViewSortOrder::ascending);
|
||||
*aSortOrder = sortOrderValue;
|
||||
return rv;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user