EpSelection DNU (Pharo 60231)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

EpSelection DNU (Pharo 60231)

Nicolai Hess-3-2
There was a change for icons/iconnamed done on class EpSelection

1. this change needs to be done in epiceas repository as well (?)
2. one call is wrong (EpSelection>>#populateMenu) :

icon: (self iconNamed: #smallSaveAsIcon);
instead of
icon: (self icons iconNamed: #smallSaveAsIcon);
Reply | Threaded
Open this post in threaded view
|

Re: EpSelection DNU (Pharo 60231)

tinchodias
Thanks Nicolai, both 1 and 2 are fixed in the new release.

Martin

On Tue, Sep 20, 2016 at 4:25 AM, Nicolai Hess <[hidden email]> wrote:
There was a change for icons/iconnamed done on class EpSelection

1. this change needs to be done in epiceas repository as well (?)
2. one call is wrong (EpSelection>>#populateMenu) :

icon: (self iconNamed: #smallSaveAsIcon);
instead of
icon: (self icons iconNamed: #smallSaveAsIcon);