mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 04:50:54 +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,7 +218,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (success && updateFilenamesFlag)
|
if (success && updateFilenamesFlag)
|
||||||
[self setFilename: path];
|
{
|
||||||
|
[self setFilename: [path lastPathComponent]];
|
||||||
|
}
|
||||||
|
|
||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue