Changeset 12329
- Timestamp:
- Apr 7, 2011, 12:56:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/TorrentCell.m
r11617 r12329 804 804 - (NSAttributedString *) attributedStatusString: (NSString *) string 805 805 { 806 #warning we shouldn't have to do this 807 if (!string) 808 string = @""; 806 809 return [[[NSAttributedString alloc] initWithString: string attributes: fStatusAttributes] autorelease]; 807 810 }
Note: See TracChangeset
for help on using the changeset viewer.