mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 20:49:13 +00:00
Fix for saving the filename when writing to file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11009 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9ad5bc7fd1
commit
fcbf4d11a9
1 changed files with 4 additions and 2 deletions
|
@ -218,8 +218,10 @@
|
|||
}
|
||||
}
|
||||
if (success && updateFilenamesFlag)
|
||||
[self setFilename: path];
|
||||
|
||||
{
|
||||
[self setFilename: [path lastPathComponent]];
|
||||
}
|
||||
|
||||
return success;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue