Show
Ignore:
Timestamp:
11/20/07 23:45:14 (1 year ago)
Author:
daboo
Message:

Merge of win32-merge branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/trunk/Sources_Common/Application/Mailbox/CMailboxTableCommon.cp

    r19 r143  
    10641064        TableIndexT can_move_select = (ascending ? pin_select - visible_top : visible_bottom - pin_select); 
    10651065        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); 
    10671067         
    10681068        // If no move allowed then exit