Changeset 12775
- Timestamp:
- Aug 28, 2011, 12:38:31 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/TorrentCell.m
r12773 r12775 808 808 - (NSAttributedString *) attributedTitle 809 809 { 810 NSString * title = [NSString stringWithFormat: @"%d %@", [[self representedObject] queuePosition], [[self representedObject] name]]; 811 //NSString * title = [[self representedObject] name]; 810 NSString * title = [[self representedObject] name]; 812 811 return [[[NSAttributedString alloc] initWithString: title attributes: fTitleAttributes] autorelease]; 813 812 }
Note: See TracChangeset
for help on using the changeset viewer.