Peter Kümmel wrote:
> Peter Kümmel wrote:
>> Georg Baum wrote:
>>>
>>> ------------------------------------------------------------------------
>>>
>>> Index: src/frontends/Dialogs.C
>>> ===================================================================
>>> --- src/frontends/Dialogs.C (Revision 15111)
>>> +++ src/frontends/Dialogs.C (Arbeitskopie)
>>> @@ -14,6 +14,8 @@
>>>
>>> #include "Dialogs.h"
>>>
>>> +#include "lyx_cb.h"
>>> +
>>> #include "controllers/Dialog.h"
>>>
>>> #include <boost/signal.hpp>
>>> @@ -60,7 +62,8 @@ BugfixSignal<boost::signal<void(string c
>>>
>>> void Dialogs::hide(string const & name, InsetBase* inset)
>>> {
>>> - hideSignal()(name, inset);
>>> + if (!quitting)
>>> + hideSignal()(name, inset);
>>> }
>
> It's already a file.
> JMarc could we commit this patch to 1.4.3?
>
>
We could use a #ifdef for the msvc, because
I (we?) still don't know why it makes no
problems with GCC.
--
Peter Kümmel