On Mon, Sep 10, 2007 at 01:58:29PM -0500, Bo Peng wrote: > > Then what remains is whether or not you want to move embedded_files_ > > to BufferParams. I am neutral about this. > > Latest patch attached. Can I apply? > > Cheers, > Bo
> Index: src/EmbeddedFiles.cpp > =================================================================== > --- src/EmbeddedFiles.cpp (revision 20193) > +++ src/EmbeddedFiles.cpp (working copy) > @@ -286,7 +286,7 @@ > } > > > -bool EmbeddedFiles::write(DocFileName const & filename) > +bool EmbeddedFiles::writeFile(DocFileName const & filename) > { > // file in the temporary path has the content > string const content = FileName(addName(buffer_->temppath(), > @@ -406,7 +406,7 @@ > file_list_.clear(); > string filename = ""; > string inzipName = ""; string filename; string inzipName; Shorter, quicker, equivalent. Andre'