I fixed that and about 30 other occurrences of the same problem. Name: Refactoring-Core-lr.147 Author: lr Time: 23 July 2010, 8:14:01 am UUID: 8e608df4-579d-4a3d-a589-0eb90109275e Ancestors: Refactoring-Core-lr.146 - fixed numerous occurrences where the old 'Smalltalk' was used Thank you for pointing out. Lukas On 23 July 2010 00:01, Fernando olivero <oliverof@lu.unisi.ch> wrote:
Hi Lukas, here is another change in the RB engine package.
RBClass>>realName: aSymbol     self realClass: (Smalltalk at: aSymbol)
    =>         self realClass: (Smalltalk globals at: aSymbol)
Fernando
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch