ResourceSpecEditor.st
changeset 2234 2c03d8e76468
parent 2200 98ec425dc11c
child 2265 0ab69cf04a73
--- a/ResourceSpecEditor.st	Tue Sep 19 19:22:16 2006 +0200
+++ b/ResourceSpecEditor.st	Thu Oct 05 18:46:23 2006 +0200
@@ -761,7 +761,6 @@
     specSelector := resourceMessage methodSelector.
     self doSave.
     self loadFromClass: specClass andSelector: specSelector.
-self halt.
     ^ true
 
     "Modified: / 21.5.1998 / 02:59:46 / cg"
@@ -770,5 +769,5 @@
 !ResourceSpecEditor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.38 2006-09-05 16:44:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.39 2006-10-05 16:46:23 fm Exp $'
 ! !