From: Richard Heck Date: Sat, 29 Mar 2008 22:13:30 +0000 (+0000) Subject: I seem to have missed this crucial line before. X-Git-Tag: 1.6.10~5352 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=16784c49aadd4eb68b3f1bc37ec3eb5edda453ea;p=features.git 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 --- diff --git a/src/insets/InsetBibtex.cpp b/src/insets/InsetBibtex.cpp index 80df873cf6..2977c60658 100644 --- a/src/insets/InsetBibtex.cpp +++ b/src/insets/InsetBibtex.cpp @@ -106,9 +106,9 @@ void InsetBibtex::doDispatch(Cursor & cur, FuncRequest & cmd) break; } // + setParams(p); updateBibFiles(); updateParam(); - setParam("options", p["options"]); buffer().updateBibfilesCache(); break; }