mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 02:41:00 +00:00
Patches backported from trunk.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_stable_20070311@25587 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
99c6b7e28e
commit
bad8642e29
18 changed files with 1207 additions and 874 deletions
|
@ -385,8 +385,8 @@ static NSOpenPanel *_gs_gui_open_panel = nil;
|
|||
{
|
||||
while ((currCell = [cellEnum nextObject]))
|
||||
{
|
||||
[ret addObject: [NSString stringWithFormat: @"%@/%@", dir,
|
||||
[currCell stringValue]]];
|
||||
[ret addObject:
|
||||
[dir stringByAppendingPathComponent: [currCell stringValue]]];
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue