From 3517ccbc92311cb5343064d821cda6d2ebc11b86 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Sun, 30 May 2010 05:36:36 +0000 Subject: [PATCH] * 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 --- ChangeLog | 6 ++++++ Modules/Editors/ProjectCenter/PCEditor.m | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index df59fef..95b1536 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-05-30 01:44-EDT Gregory John Casamento + + * 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 * Modules\Editors\ProjectCenter\PCEditor.m: setup undo on the editor diff --git a/Modules/Editors/ProjectCenter/PCEditor.m b/Modules/Editors/ProjectCenter/PCEditor.m index f61ecbf..3700b93 100644 --- a/Modules/Editors/ProjectCenter/PCEditor.m +++ b/Modules/Editors/ProjectCenter/PCEditor.m @@ -806,10 +806,12 @@ if ([object isKindOfClass:[PCEditorView class]] && (object == _intEditorView || object == _extEditorView)) { + /* if (![self hasUndoManager]) { [self updateChangeCount: NSChangeDone]; - } + } + */ if (_isEdited == NO) {