Changeset 13571 for trunk/macosx/Controller.m
- Timestamp:
- Oct 15, 2012, 2:12:44 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r13564 r13571 2088 2088 iconData: nil priority: 0 isSticky: NO clickContext: clickContext]; 2089 2089 2090 //removing for the list calls fullUpdateUI 2090 if (![fWindow isMainWindow]) 2091 [fBadger addCompletedTorrent: torrent]; 2092 2093 //removing from the list calls fullUpdateUI 2091 2094 if ([torrent removeWhenFinishSeeding]) 2092 2095 [self confirmRemoveTorrents: [[NSArray arrayWithObject: torrent] retain] deleteData: NO];
Note: See TracChangeset
for help on using the changeset viewer.