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:
rmottola 2009-01-25 10:02:22 +00:00
parent e0fa17197c
commit 727a9ca40b
2 changed files with 6 additions and 1 deletions

View file

@ -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;