From cd953b9606ca20535c1e4128facb6d4b4377077c Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 31 Mar 2008 18:44:51 +0000 Subject: [PATCH] update news and eliminate a warning --- NEWS | 1 + macosx/TorrentTableView.m | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 39bf7f756..706150c24 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ NEWS file for Transmission 1.20 (2008/xx/yy) - Mac + Display of decimal numbers matches system international settings + + Only make progress status string clickable on multi-file torrents 1.11 (2008/xx/yy) - Mac diff --git a/macosx/TorrentTableView.m b/macosx/TorrentTableView.m index 5e0beb339..424db6be8 100644 --- a/macosx/TorrentTableView.m +++ b/macosx/TorrentTableView.m @@ -780,7 +780,6 @@ return NSPointInRect(point, [fTorrentCell iconRectForBounds: [self rectOfRow: row]]); } -#warning finish folder check - (BOOL) pointInProgressRect: (NSPoint) point { int row = [self rowAtPoint: point];