]> git.lyx.org Git - features.git/commitdiff
Signal need for reload of bibinfo cache rather than doing it.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 2 Sep 2018 04:16:45 +0000 (00:16 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 2 Sep 2018 04:16:45 +0000 (00:16 -0400)
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();
        }
 }