# HG changeset patch # User Jan Vrany # Date 1393324786 -3600 # Node ID e58870fa0034e6a20b4f092172faee7ff7e609d7 # Parent edf1f9887d033f031823327291519780a9fe11d3 Refactoring of NavigatorModel's environment. The environment is taken from an environmentHolder (if provided) or defaults to Smalltalk (if holder is not provided) diff -r edf1f9887d03 -r e58870fa0034 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 " ! ! !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 $' ! !