]> git.lyx.org Git - features.git/commitdiff
I seem to have missed this crucial line before.
authorRichard Heck <rgheck@comcast.net>
Sat, 29 Mar 2008 22:13:30 +0000 (22:13 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 29 Mar 2008 22:13:30 +0000 (22:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24049 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetBibtex.cpp

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