Changeset 12775


Ignore:
Timestamp:
Aug 28, 2011, 12:38:31 AM (12 years ago)
Author:
livings124
Message:

remove the queue position from the transfer name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/TorrentCell.m

    r12773 r12775  
    808808- (NSAttributedString *) attributedTitle
    809809{
    810     NSString * title = [NSString stringWithFormat: @"%d %@", [[self representedObject] queuePosition], [[self representedObject] name]];
    811     //NSString * title = [[self representedObject] name];
     810    NSString * title = [[self representedObject] name];
    812811    return [[[NSAttributedString alloc] initWithString: title attributes: fTitleAttributes] autorelease];
    813812}
Note: See TracChangeset for help on using the changeset viewer.