Changeset 12329


Ignore:
Timestamp:
Apr 7, 2011, 12:56:28 AM (12 years ago)
Author:
livings124
Message:

add an extra check when generating status strings in a TorrentCell?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/TorrentCell.m

    r11617 r12329  
    804804- (NSAttributedString *) attributedStatusString: (NSString *) string
    805805{
     806    #warning we shouldn't have to do this
     807    if (!string)
     808        string = @"";
    806809    return [[[NSAttributedString alloc] initWithString: string attributes: fStatusAttributes] autorelease];
    807810}
Note: See TracChangeset for help on using the changeset viewer.