# HG changeset patch # User Claus Gittinger # Date 962812232 -7200 # Node ID dd321bee52a30f5badf673d4afecd4483d4df679 # Parent c174ecb8dd3b183e4e242aeaa866db8310569d65 ensure Color-class is initialized diff -r c174ecb8dd3b -r dd321bee52a3 Cursor.st --- a/Cursor.st Wed Jul 05 11:25:57 2000 +0200 +++ b/Cursor.st Wed Jul 05 17:50:32 2000 +0200 @@ -370,6 +370,7 @@ ! initialize + Color initialize. self initializeNewCursors " @@ -3308,6 +3309,6 @@ !Cursor class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.89 2000-07-02 12:54:02 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.90 2000-07-05 15:50:32 cg Exp $' ! ! Cursor initialize!