From 08c7e8c53a122782862154a074183b85c5926082 Mon Sep 17 00:00:00 2001 From: Casey Klein Date: Fri, 19 Mar 2010 14:08:48 +0000 Subject: [PATCH] Fixed another bug found with random testing svn: r18583 original commit: a0049642970027b1c9866a28ee1e158c8cf7036b --- collects/mred/private/wxme/editor.ss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/mred/private/wxme/editor.ss b/collects/mred/private/wxme/editor.ss index 1c8ec16a..bf99cab2 100644 --- a/collects/mred/private/wxme/editor.ss +++ b/collects/mred/private/wxme/editor.ss @@ -399,7 +399,8 @@ (send new-list notify-on-change (lambda (which) (style-has-changed which)))) (set! s-style-list new-list) ;; create "Standard" if it's not there: - (send s-style-list new-named-style "Standard" (send s-style-list basic-style))) + (send s-style-list new-named-style "Standard" (send s-style-list basic-style)) + (void)) (define/public (style-has-changed which) (void))