Changeset 2169 for trunk/macosx/Torrent.m
- Timestamp:
- Jun 20, 2007, 12:54:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r2168 r2169 1370 1370 } 1371 1371 1372 #warning when going seeding to download, update queue1373 1372 [self update]; 1374 [[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateQueue" object: self]; //for paused torrents 1373 if ([self isPaused]) 1374 [[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateQueue" object: self]; //for paused torrents 1375 1375 } 1376 1376
Note: See TracChangeset
for help on using the changeset viewer.