On Fri, 14 Feb 2003, John Levon wrote: > On Thu, Jan 30, 2003 at 02:15:37PM +1000, Allan Rae wrote: > > > +2003-01-27 Allan Rae <[EMAIL PROTECTED]> > > + > > + * insetinclude.C (loadIfNeeded): included files might be under > > + VCS control so we need loadLyXFile() not readFile() for that. > > + > > Are you still planning to apply this at some point ? I guess you tested > it
Yes, but I haven't gotten around to it yet. Will update again and commit today. Yes, it works for me. Can't think of anything I might do to break it -- loadLyXFile() just adds VCS handling a little bit extra then calls readFile() and the existing tests in loadIfNeeded() cover all possibilities of an alert dialog in both functions. Allan. (ARRae)