From: Richard Heck Date: Fri, 3 Dec 2010 21:22:18 +0000 (+0000) Subject: Mark the cache valid once we have been through updateBuffer(). X-Git-Tag: 2.0.0~1525 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0114564eff9da1f8786b189d481edfd9a404a624;p=features.git Mark the cache valid once we have been through updateBuffer(). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36702 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 3884c0c057..230d75b403 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -3911,6 +3911,7 @@ void Buffer::updateBuffer(UpdateScope scope, UpdateType utype) const // TocBackend update will be done later. return; + d->bibinfo_cache_valid_ = true; cbuf.tocBackend().update(); if (scope == UpdateMaster) cbuf.structureChanged();