mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +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
c6b4d75935
commit
148ad4ca47
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-25 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSDocument.m (-runModalSavePanelForSaveOperation:...):
|
||||
Correct the name of the selector being tested.
|
||||
|
||||
2009-01-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSDocumentController.m (-validateUserInterfaceItem:):
|
||||
|
|
|
@ -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…
Reference in a new issue