From 9fc74205bdf6089efd578446574a91eed122de7f Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 30 Nov 1998 16:08:01 +0000 Subject: [PATCH] ... original commit: 30d3bb0d3c6682e0602bc3ef625d54abd949c0f6 --- collects/framework/icon.ss | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/framework/icon.ss b/collects/framework/icon.ss index ac9df6d4..4385f066 100644 --- a/collects/framework/icon.ss +++ b/collects/framework/icon.ss @@ -60,6 +60,7 @@ icon))))) (define gc-on-bitmap #f) + (define (fetch) (unless gc-on-bitmap (set! gc-on-bitmap ((load-icon "recycle.gif" 'gif)))))