Dec. 11, 2013
10:14 a.m.
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. Stef