ResourceSpecEditor.st
changeset 2110 7a29bb9572ff
parent 2107 5503c65f2e64
child 2111 c3aee5cae2fe
--- a/ResourceSpecEditor.st	Wed Feb 15 22:22:00 2006 +0100
+++ b/ResourceSpecEditor.st	Thu Feb 16 19:36:30 2006 +0100
@@ -169,7 +169,7 @@
 modified       
     "returns whether the resource spec was modified"
 
-    ^modified
+    ^ modified
 !
 
 modified: aBoolean         
@@ -508,6 +508,10 @@
     ^ hasSaved
 !
 
+isModified
+    ^ modified
+!
+
 isNotStandAlone
     "returns true if the editor was NOT started from or in another tool"
 
@@ -747,5 +751,5 @@
 !ResourceSpecEditor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.34 2006-02-15 21:02:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.35 2006-02-16 18:36:30 cg Exp $'
 ! !