update news and eliminate a warning

This commit is contained in:
Mitchell Livingston 2008-03-31 18:44:51 +00:00
parent 2d3ec18f08
commit cd953b9606
2 changed files with 1 additions and 1 deletions

1
NEWS
View File

@ -3,6 +3,7 @@ NEWS file for Transmission <http://www.transmissionbt.com/>
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

View File

@ -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];