diff -r 0d5fd9b819a9 -r 39f23a33f527 SimpleDialog.st --- a/SimpleDialog.st Wed Mar 10 01:04:14 1999 +0100 +++ b/SimpleDialog.st Wed Mar 10 01:48:49 1999 +0100 @@ -380,11 +380,6 @@ doAccept "force accept" - |kp| - - (kp := self window keyboardProcessor) notNil ifTrue:[ - kp requestGlobalAutoAccept ifFalse:[^ self] - ]. accept value:true "Created: / 18.10.1997 / 05:18:09 / cg" @@ -608,5 +603,5 @@ !SimpleDialog class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/SimpleDialog.st,v 1.25 1999-03-10 00:04:14 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/SimpleDialog.st,v 1.26 1999-03-10 00:48:49 cg Exp $' ! !