1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

just a return

This commit is contained in:
Mitchell Livingston 2007-08-18 17:20:53 +00:00
parent ea49180f94
commit dcf2ad1864

View file

@ -98,7 +98,6 @@
fMixedImage = [NSImage imageNamed: @"PriorityMixed.png"];
image = fMixedImage;
}
else if ([priorities containsObject: [NSNumber numberWithInt: TR_PRI_NORMAL]])
{
if (!fNormalImage)