1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-21 21:57:01 +00:00

refresh the tracker cell right when we get the favicon

This commit is contained in:
Mitchell Livingston 2010-04-24 19:39:25 +00:00
parent 99084a1190
commit 63d3012005

View file

@ -249,6 +249,8 @@ NSMutableSet * fTrackerIconLoading;
{
[fTrackerIconCache setObject: icon forKey: baseAddress];
[icon release];
[[self controlView] setNeedsDisplay: YES];
}
else
[fTrackerIconCache setObject: [NSNull null] forKey: baseAddress];