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
1 changed files with 2 additions and 0 deletions

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];