I seem to have missed this crucial line before.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24049 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-03-29 22:13:30 +00:00
parent 5b90d7a7d5
commit 16784c49aa

View File

@ -106,9 +106,9 @@ void InsetBibtex::doDispatch(Cursor & cur, FuncRequest & cmd)
break;
}
//
setParams(p);
updateBibFiles();
updateParam();
setParam("options", p["options"]);
buffer().updateBibfilesCache();
break;
}