Refactoring of NavigatorModel's environment.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Feb 2014 11:39:46 +0100
changeset 14014 e58870fa0034
parent 14013 edf1f9887d03
child 14015 45c779041a1e
Refactoring of NavigatorModel's environment. The environment is taken from an environmentHolder (if provided) or defaults to Smalltalk (if holder is not provided)
Tools__ChangeSetDiffList.st
--- a/Tools__ChangeSetDiffList.st	Tue Feb 25 11:39:31 2014 +0100
+++ b/Tools__ChangeSetDiffList.st	Tue Feb 25 11:39:46 2014 +0100
@@ -151,6 +151,7 @@
      (if this app is embedded in a subCanvas)."
 
     ^ #(
+        environmentHolder
         #highlightConflictsHolder
         #inGeneratorHolder
         #listEntryIconGenerator
@@ -162,6 +163,7 @@
         #showVersionMethodDiffsHolder
       ).
 
+    "Modified: / 24-02-2014 / 10:37:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !ChangeSetDiffList methodsFor:'accessing'!
@@ -595,10 +597,10 @@
 !ChangeSetDiffList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetDiffList.st,v 1.8 2014-02-05 19:08:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetDiffList.st,v 1.9 2014-02-25 10:39:46 vrany Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__ChangeSetDiffList.st,v 1.8 2014-02-05 19:08:09 cg Exp $'
+    ^ '$Id: Tools__ChangeSetDiffList.st,v 1.9 2014-02-25 10:39:46 vrany Exp $'
 ! !