From 526458b36c1ea37856d058becc6a45defe3e8f3f Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Sat, 29 Dec 2007 02:29:51 +0000 Subject: [PATCH] fixing small bug that was introduced with move to 4.0 svn: r8145 --- collects/profjWizard/view.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/profjWizard/view.scm b/collects/profjWizard/view.scm index d582c5d21e..3af143255f 100644 --- a/collects/profjWizard/view.scm +++ b/collects/profjWizard/view.scm @@ -471,9 +471,9 @@ (define _ (send this begin-container-sequence)) (define x (make-text-field this (if button-or-false "," "") void pt)) (set! pa* (append pa* (list x))) - (send this change-children - (lambda (y) - (remq y pa+))) + (send this change-children + (lambda (y) + (remq y pa*))) (send this end-container-sequence)) ;; re-establish this pane so that programmers can edit the method info