Dec. 11, 2013
12:15 p.m.
On 11 Dec 2013, at 11:14, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
EyeInspector should not depend on Nautilus.
icon ^ (self value iconOrThumbnailOfSize: 16) ifNil: [ self value class nautilusIcon ]
^^^^^^^^^^^^^^^^^^^^^^
https://pharo.fogbugz.com/f/cases/12392/EyeInspector-should-not-depend-on-Na...
Now we are trying to fix it. The question is how to dispatch. May be we should extract from Nautilus the nautilusIcon if the eyeInspector use it.
I think the idea here is that maybe a class should have an icon. Independend of Nautilus.\ (either just icon or toolIcon). Marcus