Re: r24041 - /lyx-devel/trunk/src/frontends/qt4/GuiBibtex.cpp

2008-03-29 Thread rgheck
Bo Peng wrote: URL: http://www.lyx.org/trac/changeset/24041 Log: Enabling should not be done here, and no longer needs to be. Modified: lyx-devel/trunk/src/frontends/qt4/GuiBibtex.cpp You may need to remove some header files as well, and now you need to call enable(true) in INSET_

Re: r24041 - /lyx-devel/trunk/src/frontends/qt4/GuiBibtex.cpp

2008-03-29 Thread Bo Peng
> URL: http://www.lyx.org/trac/changeset/24041 > Log: > Enabling should not be done here, and no longer needs to be. > > Modified: > lyx-devel/trunk/src/frontends/qt4/GuiBibtex.cpp You may need to remove some header files as well, and now you need to call enable(true) in INSET_MODIFY in In

Re: r24041 - /lyx-devel/trunk/src/frontends/qt4/GuiBibtex.cpp

2008-03-29 Thread Bo Peng
> + string inzipName = > + > EmbeddedFile::calcInzipName(bibfilepath.absFilename(), buf.filePath()); > + emb += from_utf8(inzipName); As I have said, EmbeddedFile(bibfilepath.absFilename(), bufferPath()).inzipName() is e