mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:30:38 +00:00
Correct override test in NSDocument method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27677 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e0fa17197c
commit
727a9ca40b
2 changed files with 6 additions and 1 deletions
|
@ -1172,7 +1172,7 @@ originalContentsURL: (NSURL *)orig
|
|||
{
|
||||
// FIXME: Commit registered editors
|
||||
|
||||
if (OVERRIDDEN(saveToFile:saveOperation:delegate:didSaveSelector:))
|
||||
if (OVERRIDDEN(saveToFile:saveOperation:delegate:didSaveSelector:contextInfo:))
|
||||
{
|
||||
NSString *fileName;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue