]> git.lyx.org Git - features.git/commit
Prevent automatic opening of child docs because of natbib labels
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 19 May 2006 07:21:43 +0000 (07:21 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 19 May 2006 07:21:43 +0000 (07:21 +0000)
commitff4b3ba8fc690d72584168d174a8e4d2d02442bc
tree64f48c7f1dbee9d56e781b82ba24a52fe81ebade
parent00b9544ddc0654b524fa29a09f3ec171fbae925c
Prevent automatic opening of child docs because of natbib labels
* src/insets/insetinclude.h
(updateBibfilesCache): adjust comment
(getBibfilesCache): ditto

* src/insets/insetinclude.C
(getChildBuffer): new, return the buffer of the child if it exists
(updateBibfilesCache): update the child buffer only if already loaded
(getBibfilesCache): scan the child buffer only if already loaded

* src/buffer.h
(updateBibfilesCache): adjust comment
(getBibfilesCache): ditto
(bibfilesCache_): ditto

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13869 a592a061-630c-0410-9148-cb99ea01b6c8
src/buffer.h
src/insets/insetinclude.C
src/insets/insetinclude.h