On Thu, 05 Oct 2000, Angus Leeming wrote:
> > The patch attached to this mail resolves this problem for buffer-dependent
> dialogs. The dialogs of most insets should hide when the visible document
> is changed, but some, such as the Table of Contents dialog should be
> updated instead.
>
> Angus
This is intended mainly for Allan, since I think that responsibility for
checking/applying this patch has devolved to him!
Please do not apply this patch. Nothing wrong with it, but I've reworked it so
that the FormBase::updateOrHide() method is now private and no longer virtual.
Daughter classes define what action to take on receipt of the
updateBufferDependent signal by means of an enum passed to the c-tor.
I'll resubmit the patch when the lyx servers are up and running again.
Angus