UIBuilder.st
changeset 2551 9e73083f6ea5
parent 2497 7efb31ff6de5
child 3471 fa2a226e3022
--- a/UIBuilder.st	Mon Oct 20 16:37:19 2008 +0200
+++ b/UIBuilder.st	Mon Oct 20 16:44:15 2008 +0200
@@ -385,7 +385,7 @@
         lastComponent := finishedView.
         ^ finishedComposite
     ].
-    self halt.
+    self breakPoint:#cg.
     ^ composite
 
     "Created: / 3.3.1997 / 17:17:43 / cg"
@@ -457,7 +457,7 @@
 !UIBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.62 2008-06-13 08:34:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.63 2008-10-20 14:44:15 cg Exp $'
 ! !
 
 UIBuilder initialize!