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);
Thanks Nicolai, both 1 and 2 are fixed in the new release <https://pharo.fogbugz.com/f/cases/19119/Integrate-Epicea-8-0-2>. 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);
participants (2)
-
Martin Dias -
Nicolai Hess