Changeset 1298
- Timestamp:
- Dec 28, 2006, 9:24:19 PM (15 years ago)
- Location:
- trunk/macosx
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/English.lproj/PrefsWindow.nib/info.nib
r1295 r1298 8 8 <dict> 9 9 <key>153</key> 10 <string>1 80 392571 335 0 0 1152 842 </string>10 <string>119 428 571 335 0 0 1152 842 </string> 11 11 <key>28</key> 12 12 <string>99 386 571 290 0 0 1152 842 </string> -
trunk/macosx/Torrent.m
r1295 r1298 270 270 { 271 271 [self stopTransfer]; 272 fStat = tr_torrentStat(fHandle); 272 273 273 274 fFinishedSeeding = YES; 274 275 fStat = tr_torrentStat(fHandle);276 275 277 276 [[NSNotificationCenter defaultCenter] postNotificationName: @"TorrentStoppedForRatio" object: self];
Note: See TracChangeset
for help on using the changeset viewer.