* Modules/Editors/ProjectCenter/PCEditor.m: Temporarily comment out

previous change util we find the proper fix as it was preventing 
	files from being saved.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@30480 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2010-05-30 05:36:36 +00:00
parent 3ce2f4a4c5
commit 3517ccbc92
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2010-05-30 01:44-EDT Gregory John Casamento <greg.casamento@gmail.com>
* Modules/Editors/ProjectCenter/PCEditor.m: Temporarily comment out
previous change util we find the proper fix as it was preventing
files from being saved.
2010-03-06 Riccardo Mottola <rmottola@users.sf.net>
* Modules\Editors\ProjectCenter\PCEditor.m: setup undo on the editor

View file

@ -806,10 +806,12 @@
if ([object isKindOfClass:[PCEditorView class]]
&& (object == _intEditorView || object == _extEditorView))
{
/*
if (![self hasUndoManager])
{
[self updateChangeCount: NSChangeDone];
}
}
*/
if (_isEdited == NO)
{