mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:10:38 +00:00
minor fixes
This commit is contained in:
parent
c636211e0e
commit
8a5f5b180a
2 changed files with 2 additions and 3 deletions
|
@ -336,7 +336,6 @@ static Class pathCellClass;
|
|||
}
|
||||
|
||||
[[sender menu] close];
|
||||
// AUTORELEASE([sender menu]);
|
||||
}
|
||||
|
||||
- (void) mouseDown: (NSEvent *)event
|
||||
|
@ -355,7 +354,7 @@ static Class pathCellClass;
|
|||
NSPathComponentCell *c = nil;
|
||||
NSEnumerator *en = [array objectEnumerator];
|
||||
|
||||
while((c = [en nextObject]) != nil)
|
||||
while ((c = [en nextObject]) != nil)
|
||||
{
|
||||
NSURL *u = [c URL];
|
||||
NSString *s = [[u path] lastPathComponent];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue