# HG changeset patch # User Claus Gittinger # Date 1057087884 -7200 # Node ID cf1c2f488ba8b191c6905a7a16622cc10ef0fdab # Parent 8247a19e2262e3c5ecd5aba520b5a6c7edaaa677 oops - do not mix class & instance in canvas-slot diff -r 8247a19e2262 -r cf1c2f488ba8 UIGalleryView.st --- a/UIGalleryView.st Mon Jun 30 15:23:50 2003 +0200 +++ b/UIGalleryView.st Tue Jul 01 21:31:24 2003 +0200 @@ -259,12 +259,11 @@ initialize "setup default attributes " - canvas := Canvas. + canvas := Canvas in:self. super initialize. self action:[:something| self selectionHasChanged ]. - ! release