When BufferView::Pimpl::loadLyXFile is invoked to load a file that is
already loaded, the user is asked whether he wants to just switch or
re-load the file. The following patch(es) chnage the behavior so that,
when the buffer is clean, the switch solution is automatically
selected.
Does this pat
On Tuesday 23 May 2006 12:30, Georg Baum wrote:
> Jean-Marc Lasgouttes wrote:
> > The original reason was a bad reason: that the session code had bad
> > interactions with your natbib code and loaded child documents twice,
> > therefore triggering bogus alerts. This has been or should be fixed
> >
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote:
>> The original reason was a bad reason: that the session code had bad
>> interactions with your natbib code and loaded child documents
>> twice, therefore triggering bogus alerts. This has been or should
>>
Jean-Marc Lasgouttes wrote:
> The original reason was a bad reason: that the session code had bad
> interactions with your natbib code and loaded child documents twice,
> therefore triggering bogus alerts. This has been or should be fixed
> differently, so it is less relevant now.
This is actuall
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote:
>> When BufferView::Pimpl::loadLyXFile is invoked to load a file that
>> is already loaded, the user is asked whether he wants to just
>> switch or re-load the file. The following patch(es) chnage the
>> beh
Jean-Marc Lasgouttes wrote:
> When BufferView::Pimpl::loadLyXFile is invoked to load a file that is
> already loaded, the user is asked whether he wants to just switch or
> re-load the file. The following patch(es) chnage the behavior so that,
> when the buffer is clean, the switch solution is aut
When BufferView::Pimpl::loadLyXFile is invoked to load a file that is
already loaded, the user is asked whether he wants to just switch or
re-load the file. The following patch(es) chnage the behavior so that,
when the buffer is clean, the switch solution is automatically
selected.
Does anyone ob