Ignore:
Timestamp:
Oct 15, 2012, 2:12:44 AM (10 years ago)
Author:
livings124
Message:

#5090 Include seeding-complete transfers in badged count on Dock icon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Controller.m

    r13564 r13571  
    20882088                                   iconData: nil priority: 0 isSticky: NO clickContext: clickContext];
    20892089   
    2090     //removing for the list calls fullUpdateUI
     2090    if (![fWindow isMainWindow])
     2091        [fBadger addCompletedTorrent: torrent];
     2092   
     2093    //removing from the list calls fullUpdateUI
    20912094    if ([torrent removeWhenFinishSeeding])
    20922095        [self confirmRemoveTorrents: [[NSArray arrayWithObject: torrent] retain] deleteData: NO];
Note: See TracChangeset for help on using the changeset viewer.