remove the queue position from the transfer name
This commit is contained in:
parent
836ee3595f
commit
a9204d3980
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue