Don't set the background of pieces view if it's gonna be hidden.

This commit is contained in:
Mitchell Livingston 2006-09-28 18:11:29 +00:00
parent 1e5558796b
commit edb005852e
1 changed files with 0 additions and 3 deletions

View File

@ -103,10 +103,7 @@
[fTorrent release]; [fTorrent release];
if (!torrent) if (!torrent)
{
fTorrent = nil; fTorrent = nil;
[fImageView setImage: [[fBack copy] autorelease]];
}
} }
if (torrent) if (torrent)