mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
make sure that the inspector is fully reloaded, specifically for when a transfer is demagnetized
This commit is contained in:
@@ -67,9 +67,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];
|
||||
|
||||
|
||||
@@ -70,9 +70,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];
|
||||
|
||||
|
||||
@@ -72,9 +72,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];
|
||||
|
||||
|
||||
@@ -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];
|
||||
|
||||
|
||||
@@ -110,9 +110,7 @@
|
||||
#warning subclass?
|
||||
- (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];
|
||||
|
||||
|
||||
@@ -80,9 +80,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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user