make sure that the inspector is fully reloaded, specifically for when a transfer is demagnetized

This commit is contained in:
Mitchell Livingston
2010-04-17 18:44:34 +00:00
parent adbda30491
commit f939207703
6 changed files with 6 additions and 18 deletions

View File

@@ -62,9 +62,7 @@
- (void) setInfoForTorrents: (NSArray *) torrents
{
if (fTorrents && [fTorrents isEqualToArray: torrents])
return;
//don't check if it's the same in case the metadata changed
[fTorrents release];
fTorrents = [torrents retain];