Refactoring of NavigatorModel's environment.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Feb 2014 11:44:24 +0100
changeset 14046 1a0d1fd0f206
parent 14045 216a83ee66ef
child 14047 1bc0c67645f2
Refactoring of NavigatorModel's environment. The environment is taken from an environmentHolder (if provided) or defaults to Smalltalk (if holder is not provided)
stx_libtool.st
--- a/stx_libtool.st	Tue Feb 25 11:44:20 2014 +0100
+++ b/stx_libtool.st	Tue Feb 25 11:44:24 2014 +0100
@@ -639,10 +639,10 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.103 2014-02-24 16:12:29 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.104 2014-02-25 10:44:24 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.103 2014-02-24 16:12:29 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.104 2014-02-25 10:44:24 vrany Exp $'
 ! !