When the main dock bar is enabled in a Pharo1.0beta #10414 update, an attempt to load updates from the Configuration->update from server entry leads to a MNU:
TheWorldMainDockingBar(Object)>>doesNotUnderstand: #updateFromServer
Receiver: a TheWorldMainDockingBar
Arguments and temporary variables:
aMessage: ������ updateFromServer
exception: ������ MessageNotUnderstood: TheWorldMainDockingBar>>updateFromServer
resumeValue: ������ nil
Receiver's instance variables:
a TheWorldMainDockingBar
.
.
.
Is this a bug or or the issue is that main dock was supposed to be removed?
��