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

Martin

On Tue, Sep 20, 2016 at 4:25 AM, Nicolai Hess <nicolaihess@gmail.com> 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);