mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
* 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:
parent
3ce2f4a4c5
commit
3517ccbc92
2 changed files with 9 additions and 1 deletions
|
@ -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>
|
2010-03-06 Riccardo Mottola <rmottola@users.sf.net>
|
||||||
|
|
||||||
* Modules\Editors\ProjectCenter\PCEditor.m: setup undo on the editor
|
* Modules\Editors\ProjectCenter\PCEditor.m: setup undo on the editor
|
||||||
|
|
|
@ -806,10 +806,12 @@
|
||||||
if ([object isKindOfClass:[PCEditorView class]]
|
if ([object isKindOfClass:[PCEditorView class]]
|
||||||
&& (object == _intEditorView || object == _extEditorView))
|
&& (object == _intEditorView || object == _extEditorView))
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
if (![self hasUndoManager])
|
if (![self hasUndoManager])
|
||||||
{
|
{
|
||||||
[self updateChangeCount: NSChangeDone];
|
[self updateChangeCount: NSChangeDone];
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
if (_isEdited == NO)
|
if (_isEdited == NO)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue