NewSystemBrowser.st
changeset 9724 4824f70e9956
parent 9723 1f088ae4657e
child 9725 b267f4403a4e
--- a/NewSystemBrowser.st	Sun Jan 30 15:32:37 2011 +0100
+++ b/NewSystemBrowser.st	Sun Jan 30 15:52:19 2011 +0100
@@ -21175,7 +21175,6 @@
     dialog := NewClassWizardDialog new.
     dialog masterApplication:self.
 
-self halt.
     dialog categoryHolder value:(self theSingleSelectedCategory).
     dialog packageHolder value:(self theSingleSelectedProject).
 
@@ -21277,7 +21276,7 @@
             ].
     ].
 
-    "Modified: / 30-01-2011 / 10:46:01 / cg"
+    "Modified: / 30-01-2011 / 15:51:57 / cg"
 !
 
 classMenuPrimitiveCode:aspect
@@ -44845,11 +44844,11 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1504 2011-01-30 14:32:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1505 2011-01-30 14:52:19 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1504 2011-01-30 14:32:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1505 2011-01-30 14:52:19 cg Exp $'
 ! !
 
 NewSystemBrowser initialize!