minor fixes

This commit is contained in:
Gregory John Casamento 2020-05-06 23:45:25 -04:00
parent b982a2029e
commit 63c02bed44

View file

@ -453,10 +453,6 @@ static Class pathCellClass;
{
[self setURL: u];
}
else
{
return NO;
}
}
}
return YES;
@ -558,7 +554,8 @@ static Class pathCellClass;
[pi setImage: [self image]];
[pi setURL: u];
[pi setTitle: [path lastPathComponent]];
AUTORELEASE(pi);
return pi;
}