just a return
This commit is contained in:
parent
ea49180f94
commit
dcf2ad1864
|
@ -98,7 +98,6 @@
|
||||||
fMixedImage = [NSImage imageNamed: @"PriorityMixed.png"];
|
fMixedImage = [NSImage imageNamed: @"PriorityMixed.png"];
|
||||||
image = fMixedImage;
|
image = fMixedImage;
|
||||||
}
|
}
|
||||||
|
|
||||||
else if ([priorities containsObject: [NSNumber numberWithInt: TR_PRI_NORMAL]])
|
else if ([priorities containsObject: [NSNumber numberWithInt: TR_PRI_NORMAL]])
|
||||||
{
|
{
|
||||||
if (!fNormalImage)
|
if (!fNormalImage)
|
||||||
|
|
Loading…
Reference in New Issue