mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:10:38 +00:00
Fixed error in last mod
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4939 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4279ae6166
commit
a078264073
1 changed files with 2 additions and 2 deletions
|
@ -107,9 +107,9 @@ static NSSavePanel *gnustep_gui_save_panel = nil;
|
|||
isDir = NO;
|
||||
|
||||
if (exists == YES && isDir == NO)
|
||||
[cell setLeaf: NO];
|
||||
else
|
||||
[cell setLeaf: YES];
|
||||
else
|
||||
[cell setLeaf: NO];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue