[plt-scheme] Startup Problem

From: Roshan Mathews (rmathews at gmail.com)
Date: Thu Jul 30 01:32:23 EDT 2009

On Thu, Jul 30, 2009 at 10:49 AM, Robby
Findler<robby at eecs.northwestern.edu> wrote:
> This is a bug in an easter egg (argh).
>
> You can fix it by either changing your date to anything besides july
> 30th, or by changing the definition of on-paint in the definition of
> splash-canvas% in collects/framework/splash.ss to this:
>
>   (define/override (on-paint) (when splash-cache-bitmap (send
> (get-dc) draw-bitmap splash-cache-bitmap 0 0)))
>
> or by getting the latest in SVN.
>
> Apologies,
> Robby
>
> PS: Happy birthday, Eli!
>
Oh, alright.  Thanks for your time. :)

Roshan


Posted on the users mailing list.