1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 13:16:53 +00:00

drag reordering should work again

This commit is contained in:
Mitchell Livingston 2006-07-13 00:20:14 +00:00
parent 87caf42a00
commit e548b78313

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];