From 6a506622b2068025ddebcc04301964311eaae463 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 4 Sep 2006 07:33:25 +0000 Subject: [PATCH] temp fix for crashing --- macosx/TorrentCell.m | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index 0a82f9809..ac9b11f8f 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -68,7 +68,6 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 fProgressWhite = [NSImage imageNamed: @"ProgressBarWhite.png"]; [fProgressWhite setScalesWhenResized: YES]; - fProgressBlue = [NSImage imageNamed: @"ProgressBarBlue.png"]; [fProgressBlue setScalesWhenResized: YES]; [fProgressBlue setSize: startSize]; @@ -83,7 +82,6 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 fProgressAdvanced = [NSImage imageNamed: @"ProgressBarAdvanced.png"]; [fProgressAdvanced setScalesWhenResized: YES]; - fProgressEndWhite = [NSImage imageNamed: @"ProgressBarEndWhite.png"]; fProgressEndBlue = [NSImage imageNamed: @"ProgressBarEndBlue.png"]; fProgressEndGray = [NSImage imageNamed: @"ProgressBarEndGray.png"]; @@ -98,7 +96,8 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 - (void) dealloc { - [fErrorImage release]; + #warning make work + //[fErrorImage release]; [super dealloc]; }