Fix bug 1843

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9750 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2005-03-27 07:14:12 +00:00
parent 31a1809f72
commit dbbcea2f5e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-03-27 MArtin Vermeer <martin.vermeer@hut.fi>
* ControlDocument.C (dispatch_bufferparams): fix bug 1843
2005-03-15 Eitan Frachtenberg <sky8an@gmail.com>
* biblio.C (getInfo): Show BibTeX annotation in citation preview

View File

@ -71,6 +71,7 @@ void dispatch_bufferparams(Kernel const & kernel, BufferParams const & bp,
kb_action lfun)
{
ostringstream ss;
ss << "\\begin_header\n";
bp.writeFile(ss);
ss << "\\end_header\n";
kernel.dispatch(FuncRequest(lfun, ss.str()));