mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:00:47 +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
|
@ -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>
|
2009-01-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/NSDocumentController.m (-validateUserInterfaceItem:):
|
* Source/NSDocumentController.m (-validateUserInterfaceItem:):
|
||||||
|
|
|
@ -1172,7 +1172,7 @@ originalContentsURL: (NSURL *)orig
|
||||||
{
|
{
|
||||||
// FIXME: Commit registered editors
|
// FIXME: Commit registered editors
|
||||||
|
|
||||||
if (OVERRIDDEN(saveToFile:saveOperation:delegate:didSaveSelector:))
|
if (OVERRIDDEN(saveToFile:saveOperation:delegate:didSaveSelector:contextInfo:))
|
||||||
{
|
{
|
||||||
NSString *fileName;
|
NSString *fileName;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue