mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
whoops
This commit is contained in:
parent
e62028bcb4
commit
6f8400b3b2
1 changed files with 2 additions and 2 deletions
|
@ -188,13 +188,13 @@ NSMutableSet * fTrackerIconLoading;
|
|||
|
||||
if (icon)
|
||||
{
|
||||
[NSApp isOnSnowLeopardOrBetter] ? [fTrackerIconCache setObject: icon forKey: baseAddress];
|
||||
[NSApp isOnSnowLeopardOrBetter] ? [fTrackerIconCache setObject: icon forKey: baseAddress]
|
||||
: [fTrackerIconCacheLeopard setObject: icon forKey: baseAddress];
|
||||
[icon release];
|
||||
}
|
||||
else
|
||||
{
|
||||
[NSApp isOnSnowLeopardOrBetter] ? [fTrackerIconCache setObject: [NSNull null] forKey: baseAddress];
|
||||
[NSApp isOnSnowLeopardOrBetter] ? [fTrackerIconCache setObject: [NSNull null] forKey: baseAddress]
|
||||
: [fTrackerIconCacheLeopard setObject: [NSNull null] forKey: baseAddress];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue