update news and eliminate a warning
This commit is contained in:
parent
2d3ec18f08
commit
cd953b9606
1
NEWS
1
NEWS
|
@ -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
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue