mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
minor fixes
This commit is contained in:
parent
b982a2029e
commit
63c02bed44
1 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue