# HG changeset patch # User Claus Gittinger # Date 934986619 -7200 # Node ID c88c6cee0ccac2df9abdf950e0f01fc6ca8b9233 # Parent 3d1b5aceaa498c88b80a2d027919f746c3decdca #on: -> #onDevice: diff -r 3d1b5aceaa49 -r c88c6cee0cca UIPainterView.st --- a/UIPainterView.st Mon Aug 02 12:56:48 1999 +0200 +++ b/UIPainterView.st Wed Aug 18 16:30:19 1999 +0200 @@ -1229,8 +1229,8 @@ " super create. - handleColor := handleColor on:device. - handleMasterColor := handleMasterColor on:device. + handleColor := handleColor onDevice:device. + handleMasterColor := handleMasterColor onDevice:device. ! initialize