]> git.lyx.org Git - features.git/commit
Fix bug 3092, use both pit and id to keep track of bookmarks.
authorBo Peng <bpeng@lyx.org>
Thu, 11 Jan 2007 16:01:10 +0000 (16:01 +0000)
committerBo Peng <bpeng@lyx.org>
Thu, 11 Jan 2007 16:01:10 +0000 (16:01 +0000)
commitdbe93457cd49ad09c01691831bb59af93fe25556
tree2bfd989a0c1ec13f1ce9c45bbddd94f07c497ceb
parentc61134852eaf0cf3b4b296a2c7532818243869bb
Fix bug 3092, use both pit and id to keep track of bookmarks.
* src/session.h/C: save pit instead of id
* src/lyxfunc.h/C: gotoBookmark function
* src/BufferView.h/C: proper update of bookmarks

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16647 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.C
src/BufferView.h
src/lyxfunc.C
src/lyxfunc.h
src/session.C
src/session.h