redone options tab of inspector...current settings for "stop at ratio" won't carry over

This commit is contained in:
Mitchell Livingston
2006-12-28 00:29:05 +00:00
parent 4465ea7bc8
commit d7f1933087
13 changed files with 236 additions and 131 deletions

View File

@@ -313,6 +313,11 @@
}
}
- (void) applyTorrentSpeedSetting: (id) sender
{
[[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateSpeedSetting" object: self];
}
- (void) setAutoSpeedLimit: (id) sender
{
[[NSNotificationCenter defaultCenter] postNotificationName: @"AutoSpeedLimitChange" object: self];