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)))))