]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBibtex.cpp
Signal need for reload of bibinfo cache rather than doing it.
[features.git] / src / insets / InsetBibtex.cpp
index edf50f8787d820fe9f63f62b0e26e6133ae6cd4e..e1cb1fa3b9216b551d5e13d2f1c9b9181257f32a 100644 (file)
@@ -925,7 +925,7 @@ void InsetBibtex::updateBuffer(ParIterator const &, UpdateType)
                                string() : to_ascii(params()["encoding"]);
        if (buffer().params().bibEncoding() != enc) {
                buffer().params().setBibEncoding(enc);
-               buffer().reloadBibInfoCache(true);
+               buffer().invalidateBibinfoCache();
        }
 }