Feb. 17, 2009
7:56 a.m.
On Feb 16, 2009, at 5:15 PM, Michael Rueger wrote:
Stéphane Ducasse wrote:
Issue 520: MIMEDocument class(Object)>>doesNotUnderstand: #resetMIMEdatabase http://code.google.com/p/pharo/issues/detail?id=520
Hmm, there isn't a MIMEDocument>>initialize anymore, so the bug is introduced by someone reintroducing/overriding the class initialize method.
you wrote: Comment 1 by mike.rueger, Feb 14 (2 days ago) My guess is that MIMEDocument>>initialize is changed/overriden by Pier? Now I checked and in previous version this method was define in MIMEDocument MIMEdatabase _ self extendedMIMEdatabase so did you remove it on purpose during the refactoring? Stef