mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Fix for swaped sorting columns. Had mapped the wrong enumerations to the wrong commands. Fix from Juergen Keil <jk@tools.de>. R&A-ramiro
This commit is contained in:
parent
7f22110244
commit
b755cd5867
@ -474,11 +474,11 @@ XFE_BookmarkView::commandToBMCmd(CommandType cmd)
|
||||
? BM_Cmd_Sort_Address
|
||||
: BM_Cmd_Sort_Address_Asc))
|
||||
BM_CMDMAP(xfeCmdSortByDateLastVisited, (m_sortDescending
|
||||
? BM_Cmd_Sort_AddDate
|
||||
: BM_Cmd_Sort_AddDate_Asc))
|
||||
BM_CMDMAP(xfeCmdSortByDateCreated, (m_sortDescending
|
||||
? BM_Cmd_Sort_LastVisit
|
||||
: BM_Cmd_Sort_LastVisit_Asc))
|
||||
BM_CMDMAP(xfeCmdSortByDateCreated, (m_sortDescending
|
||||
? BM_Cmd_Sort_AddDate
|
||||
: BM_Cmd_Sort_AddDate_Asc))
|
||||
|
||||
BM_CMDMAP(xfeCmdSortBookmarks, BM_Cmd_SortBookmarks) // Sort Bookmarks
|
||||
BM_CMDMAP(xfeCmdSetNewBookmarkFolder, BM_Cmd_SetAddHeader)
|
||||
|
Loading…
x
Reference in New Issue
Block a user