diff -r 7f11f0dc6b0f -r 74d174a0e52a PopUpListController.st --- a/PopUpListController.st Fri Jul 02 11:10:31 2004 +0200 +++ b/PopUpListController.st Tue Jul 13 13:59:27 2004 +0200 @@ -80,7 +80,7 @@ "pull menu on Return and space, if I am the focusView of my group (i.e. if I got an explicit focus)" - + |menu| @@ -118,5 +118,5 @@ !PopUpListController class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/PopUpListController.st,v 1.12 2000-09-12 13:04:37 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/PopUpListController.st,v 1.13 2004-07-13 11:59:27 stefan Exp $' ! !