Re: [patch] bug 5514: loading emergency save of master document can crash lyx

2008-12-06 Thread Guenter Milde
> Therefore I have added a bool to checkAndLoadLyXFile that skips the > test for dirtyness and simply loads the master only if it is not > already loaded. The bool is only used in this specific case, so there > should be no surprises. This is exactly what I wanted. Thanks, Günter

Re: [patch] bug 5514: loading emergency save of master document can crash lyx

2008-12-05 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: > > Therefore I have added a bool to checkAndLoadLyXFile that skips the test > > for dirtyness and simply loads the master only if it is not already > > loaded. The bool is only used in this specific case, so there should

Re: [patch] bug 5514: loading emergency save of master document can crash lyx

2008-12-05 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: > Therefore I have added a bool to checkAndLoadLyXFile that skips the test for > dirtyness and simply loads the master only if it is not already loaded. The > bool is only used in this specific case, so there should be no surprises. This looks good.