# HG changeset patch # User Claus Gittinger # Date 1150888559 -7200 # Node ID 9f17ad89deb7e6c5927946f56cdb14d765c5e245 # Parent 67b278e62f29696077102e430896651c3005aa79 *** empty log message *** diff -r 67b278e62f29 -r 9f17ad89deb7 AbstractSourceCodeManager.st --- a/AbstractSourceCodeManager.st Wed Jun 21 13:01:38 2006 +0200 +++ b/AbstractSourceCodeManager.st Wed Jun 21 13:15:59 2006 +0200 @@ -691,7 +691,7 @@ "/ the following is heuristics, in case that the packageID is not known "/ (should not be required) "/ - top := repositoryTopDirectoryFromCVSRoot. + top := self repositoryTopDirectoryFromCVSRoot. top notNil ifTrue:[ (containerPath startsWith:(top , '/')) ifTrue:[ @@ -2113,7 +2113,7 @@ !AbstractSourceCodeManager class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.177 2006-06-21 11:01:38 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.178 2006-06-21 11:15:59 cg Exp $' ! ! AbstractSourceCodeManager initialize!