From 2e05ee76e2afdc611b7a50961d2d511250f544a1 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 18 Dec 2007 03:13:18 +0000 Subject: [PATCH] adjust colors a bit --- macosx/TorrentCell.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index 156899426..90e243880 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -77,7 +77,7 @@ @implementation TorrentCell -//only called one, so don't worry about release +//only called once, so don't worry about releasing - (id) init { if ((self = [super init])) @@ -227,7 +227,7 @@ groupRect.size.width = WIDTH_GROUP_FADE; CTGradient * gradient = [CTGradient gradientWithBeginningColor: color endingColor: [color colorWithAlphaComponent: 0.0]]; - [gradient fillRect: groupRect angle: 0]; + [gradient fillRect: groupRect angle: 0.0]; } //error image