[squeak-dev] drag and drop project bug

Balázs Kósi rebmekop at gmail.com
Wed Feb 24 15:00:35 UTC 2010


Hi,

The problem stems from ExternalDropHandler class not being initialized properly.
If you evaluate ExternalDropHandler initialize, it fills up its
RegisteredHandlers classvariable, we get a drop handler for projects
and the problem goes away.
Probably this is broken by ReleaseBuilderTrunk >> prepareNewBuild, where we
send resetRegisteredHandlers to ExternalDropHandler.

Balázs



More information about the Squeak-dev mailing list