- Timestamp:
- 11/20/07 23:45:14 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Sources_Common/Application/Mailbox/CMailboxTableCommon.cp
r19 r143 1064 1064 TableIndexT can_move_select = (ascending ? pin_select - visible_top : visible_bottom - pin_select); 1065 1065 TableIndexT can_move_unseen = (ascending ? pin_unseen - visible_top : visible_bottom - pin_unseen); 1066 TableIndexT can_move = ::min(can_move_select, can_move_unseen);1066 TableIndexT can_move = min(can_move_select, can_move_unseen); 1067 1067 1068 1068 // If no move allowed then exit