From 16784c49aadd4eb68b3f1bc37ec3eb5edda453ea Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 29 Mar 2008 22:13:30 +0000 Subject: [PATCH] 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 --- src/insets/InsetBibtex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2