]> git.lyx.org Git - lyx.git/commit
Do not try to track_change an auto-deleted bibitem
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 7 Feb 2014 14:53:57 +0000 (15:53 +0100)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 7 Feb 2014 21:55:05 +0000 (22:55 +0100)
commit795535e44fde4cfbb678454838294530560d3686
tree4df9328ae36ab85e3de8b7aab7f33025342f004e
parent0ded71a4801ea4ca6a0c354894dc4d68fef556d8
Do not try to track_change an auto-deleted bibitem

We are not capable of handling two bibitems within one biblio paragraph.
That's why we have functions like Paragraph::brokenBiblio() and
Paragraph::fixBiblio(). So, if we fix the biblio by deleting the second
bibitem, we should not keep it as deleted.

This code caused a crash because the inset was released, but still kept as
deleted.

Fixes-bug: #8646.
src/Paragraph.cpp