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)
|
1.20 (2008/xx/yy)
|
||||||
- Mac
|
- Mac
|
||||||
+ Display of decimal numbers matches system international settings
|
+ Display of decimal numbers matches system international settings
|
||||||
|
+ Only make progress status string clickable on multi-file torrents
|
||||||
|
|
||||||
1.11 (2008/xx/yy)
|
1.11 (2008/xx/yy)
|
||||||
- Mac
|
- Mac
|
||||||
|
|
|
@ -780,7 +780,6 @@
|
||||||
return NSPointInRect(point, [fTorrentCell iconRectForBounds: [self rectOfRow: row]]);
|
return NSPointInRect(point, [fTorrentCell iconRectForBounds: [self rectOfRow: row]]);
|
||||||
}
|
}
|
||||||
|
|
||||||
#warning finish folder check
|
|
||||||
- (BOOL) pointInProgressRect: (NSPoint) point
|
- (BOOL) pointInProgressRect: (NSPoint) point
|
||||||
{
|
{
|
||||||
int row = [self rowAtPoint: point];
|
int row = [self rowAtPoint: point];
|
||||||
|
|
Loading…
Reference in New Issue