From edb005852ea120608c99d7a1c49c36fc112181cf Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 28 Sep 2006 18:11:29 +0000 Subject: [PATCH] Don't set the background of pieces view if it's gonna be hidden. --- macosx/PiecesView.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/macosx/PiecesView.m b/macosx/PiecesView.m index 4eacce23a..8e23cbc0c 100644 --- a/macosx/PiecesView.m +++ b/macosx/PiecesView.m @@ -103,10 +103,7 @@ [fTorrent release]; if (!torrent) - { fTorrent = nil; - [fImageView setImage: [[fBack copy] autorelease]]; - } } if (torrent)