]> granicus.if.org Git - transmission/commitdiff
fix favicons in the tracker tab
authorMitchell Livingston <livings124@transmissionbt.com>
Sun, 13 Dec 2009 22:47:25 +0000 (22:47 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sun, 13 Dec 2009 22:47:25 +0000 (22:47 +0000)
macosx/TrackerCell.m

index 215f90fec93b7a5643d3f74fe2ea7a2b46960acd..63463aa32c6c59c7db5bf0f955ccadc54892ff29 100644 (file)
@@ -193,7 +193,7 @@ NSMutableSet * fTrackerIconLoading;
 
 - (NSImage *) favIcon
 {
-    NSURL * address = [NSURL URLWithString: [(TrackerNode *)[self objectValue] host]];
+    NSURL * address = [NSURL URLWithString: [(TrackerNode *)[self objectValue] fullAnnounceAddress]];
     NSArray * hostComponents = [[address host] componentsSeparatedByString: @"."];
     
     //let's try getting the tracker address without using any subdomains