Changeset 4289
- Timestamp:
- Dec 22, 2007, 7:07:58 PM (15 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/IPCController.m
r4288 r4289 861 861 break; 862 862 case IPC_MSG_PEX: 863 #warningwe dont support this :(863 //we dont support this :( 864 864 [client sendrespEmpty: IPC_MSG_FAIL tag: tag]; 865 865 break; -
trunk/macosx/TorrentCell.m
r4232 r4289 358 358 if ([torrent isActive] && ![torrent allDownloaded] && [fDefaults boolForKey: @"DisplayProgressBarAvailable"]) 359 359 { 360 int notAvailableWidth = MIN( barRect.size.width * [torrent notAvailableDesired], rightWidth);360 int notAvailableWidth = MIN(ceil(barRect.size.width * [torrent notAvailableDesired]), rightWidth); 361 361 rightWidth -= notAvailableWidth; 362 362
Note: See TracChangeset
for help on using the changeset viewer.