Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.536.mcz==================== Summary ====================
Name: Kernel-nice.536
Author: nice
Time: 29 December 2010, 1:46:35.807 pm
UUID: 4a558059-d69d-48b6-a118-0930c12d98b9
Ancestors: Kernel-nice.535
redo last change after an update
=============== Diff against Kernel-nice.535 ===============
Item was changed:
----- Method: ClassDescription>>isClassSide (in category 'accessing parallel hierarchy') -----
isClassSide
+ ^self isMeta!
- ^self == self classSide!