drag reordering should work again

This commit is contained in:
Mitchell Livingston 2006-07-13 00:20:14 +00:00
parent 87caf42a00
commit e548b78313
1 changed files with 1 additions and 2 deletions

View File

@ -1398,9 +1398,8 @@ static void sleepCallBack(void * controller, io_service_t y,
high = newRow - 1;
else;
#warning change
for (i = low; i <= high; i++)
[[fTorrents objectAtIndex: i] setOrderValue: i];
[[fFilteredTorrents objectAtIndex: i] setOrderValue: i];
[fTableView reloadData];