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