when sorting by queue order, allow torrents to be reordered even if they are filtered (put below the one above it in the total queue)

This commit is contained in:
Mitchell Livingston
2007-11-09 23:38:35 +00:00
parent fd430fde90
commit e37a3d3157
3 changed files with 28 additions and 23 deletions

View File

@@ -131,6 +131,7 @@
[fSpeedLimitDownloadField setIntValue: [fDefaults integerForKey: @"SpeedLimitDownloadLimit"]];
//set port
#warning why no binding?
[fPortField setIntValue: [fDefaults integerForKey: @"BindPort"]];
fNatStatus = -1;