remove the queue position from the transfer name

This commit is contained in:
Mitchell Livingston 2011-08-28 00:38:31 +00:00
parent 836ee3595f
commit a9204d3980
1 changed files with 1 additions and 2 deletions

View File

@ -807,8 +807,7 @@
- (NSAttributedString *) attributedTitle
{
NSString * title = [NSString stringWithFormat: @"%d %@", [[self representedObject] queuePosition], [[self representedObject] name]];
//NSString * title = [[self representedObject] name];
NSString * title = [[self representedObject] name];
return [[[NSAttributedString alloc] initWithString: title attributes: fTitleAttributes] autorelease];
}