diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index cc6e81dae..8a0c202bd 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -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]; }