Changeset 9746
- Timestamp:
- Dec 13, 2009, 10:47:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/TrackerCell.m
r9217 r9746 194 194 - (NSImage *) favIcon 195 195 { 196 NSURL * address = [NSURL URLWithString: [(TrackerNode *)[self objectValue] host]];196 NSURL * address = [NSURL URLWithString: [(TrackerNode *)[self objectValue] fullAnnounceAddress]]; 197 197 NSArray * hostComponents = [[address host] componentsSeparatedByString: @"."]; 198 198
Note: See TracChangeset
for help on using the changeset viewer.