]> git.lyx.org Git - features.git/commitdiff
Sorry, I didn't mean to include this change from trunk.
authorRichard Heck <rgheck@lyx.org>
Sun, 1 Apr 2012 22:32:10 +0000 (18:32 -0400)
committerRichard Heck <rgheck@lyx.org>
Sun, 1 Apr 2012 22:32:10 +0000 (18:32 -0400)
That said, Julien, if you see this, is that something we
should think about backporting?

src/insets/InsetBibtex.cpp

index 0669e0e76cd9e41e32a41b0aeb9800ddf79a2b08..294ea939ba7656db967c4870c7f98e7b00ea9620 100644 (file)
@@ -58,7 +58,6 @@ InsetBibtex::InsetBibtex(Buffer * buf, InsetCommandParams const & p)
        : InsetCommand(buf, p)
 {
        buffer().invalidateBibfileCache();
-       buffer().removeBiblioTempFiles();
 }