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:
parent
99084a1190
commit
63d3012005
1 changed files with 2 additions and 0 deletions
|
@ -249,6 +249,8 @@ NSMutableSet * fTrackerIconLoading;
|
|||
{
|
||||
[fTrackerIconCache setObject: icon forKey: baseAddress];
|
||||
[icon release];
|
||||
|
||||
[[self controlView] setNeedsDisplay: YES];
|
||||
}
|
||||
else
|
||||
[fTrackerIconCache setObject: [NSNull null] forKey: baseAddress];
|
||||
|
|
Loading…
Reference in a new issue