[BUG]Who removed handling of 'changed: #messageList'?

Bob Arning arning at charm.net
Tue Oct 15 01:47:31 UTC 2002


On Mon, 14 Oct 2002 17:03:54 -0700 Tim Rowledge <tim at sumeru.stanford.edu> wrote:
>What is (not) happening is the handling of 'self changed: #messageList'
>which is sent in various places such as MessageSet>addItem:. Thus under
>MVC when using the tracing broswer, the added methods are not actually
>added to the list - though selecting an item in the displayed list might
>well result in one of the additional methods being shown.
>
>So does anyone remember (or have a record of) where the right #upate:
>method should be and what it should send?

IMO, what _should_ be handling it is PluggableListView>>update: where getListSelector matches #messageList. Either it did not get set as a dependent or it's just doing the wrong thing.

Cheers,
Bob



More information about the Squeak-dev mailing list