The previous commit was actually a fix for bug #9158.

This adjusts the comment a bit.
This commit is contained in:
Richard Heck 2016-06-30 15:02:09 -04:00
parent 02847641a8
commit ddda136924

View File

@ -1353,7 +1353,10 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
// BiBTeX inset. but there is no other place to do it. one
// obvious idea is to try to do it in a copy constructor for
// InsetBibTeX, but when that is invoked, the buffer_ member
// is not yet set.
// is not yet set. another idea is to look at the InsetLists
// of the various paragraphs. but we'd have to recurse through
// the contained insets to make that work. it doesn't seem to
// be worth it, as this will not happen that often.
buffer().invalidateBibfileCache();
buffer().removeBiblioTempFiles();
break;