trunk: Leopard: Fix bug with typing values in Inspector->Options

This commit is contained in:
Mitchell Livingston
2007-10-29 18:07:09 +00:00
parent 1c12dabaeb
commit 297b9f0b1d
5 changed files with 45 additions and 29 deletions

View File

@@ -2113,6 +2113,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
[self updateTorrentsInQueue];
[fInfoController updateInfoStats];
[fInfoController updateOptions];
if ([fDefaults boolForKey: @"PlaySeedingSound"])
{
@@ -2340,7 +2341,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
- (void) torrentTableViewSelectionDidChange: (NSNotification *) notification
{
[fInfoController updateInfoForTorrents: [fDisplayedTorrents objectsAtIndexes: [fTableView selectedRowIndexes]]];
[fInfoController setInfoForTorrents: [fDisplayedTorrents objectsAtIndexes: [fTableView selectedRowIndexes]]];
}
- (NSDragOperation) draggingEntered: (id <NSDraggingInfo>) info