]> git.lyx.org Git - features.git/commit
Fix crash on recursive include (bug #8994)
authorGeorg Baum <baum@lyx.org>
Sun, 23 Feb 2014 11:33:15 +0000 (12:33 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 23 Feb 2014 11:33:15 +0000 (12:33 +0100)
commit52072b9b4e88e3260637b654d364193092d04192
tree84fef939fe249ffb54e6f02c06ba9035f6219b50
parent418d4c02d2c0e9635920ed95fcdebac17540f35d
Fix crash on recursive include (bug #8994)

The problem was that collectBibKeys() was called before the recursive include
check was done. Now collectBibKeys() works even for recursive includes, and
your get a proper error message if you try to change the file name to the
parent file.
src/insets/InsetInclude.cpp