In ConfigurationOfGlamour, there is a 'CoreExtras string which should be only 'Extras

This is causing the issue when loading The GToolkit thing.

Should I fix this myself or does someone takes care?

Phil


On Wed, Sep 10, 2014 at 7:53 PM, phil@highoctane.be <phil@highoctane.be> wrote:
I tried to load GToolkit in Pharo 3 today and I got this:


 Error: Name not found: CoreExtras

Loading like this:

Gofer new
     configuration;
     load.

#ConfigurationOfGToolkit asClass loadDevelopment.

Ooops, used to work a couple days ago...

Phil