]> git.lyx.org Git - features.git/commit
Fix bug 3062, bookmark-goto x crashes lyx for invalid bookmark
authorBo Peng <bpeng@lyx.org>
Sun, 7 Jan 2007 22:41:54 +0000 (22:41 +0000)
committerBo Peng <bpeng@lyx.org>
Sun, 7 Jan 2007 22:41:54 +0000 (22:41 +0000)
commit57686e9d61ee444ced63e02745f56f3465cbf116
tree36691c4c6cba2206edeca2f3a8d98c336d893719
parent000df02671cb44f1bea963e862607b417b22e970
Fix bug 3062, bookmark-goto x crashes lyx for invalid bookmark
* src/session.C: check validity of temp bookmark
* src/lyxfunc.C: check validity of bookmark in GOTO_BOOKMARK
* lib/bind/*.bind: remove shortcuts to bookmark-save 2/3/4/5

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16589 a592a061-630c-0410-9148-cb99ea01b6c8
lib/bind/cua.bind
lib/bind/emacs.bind
lib/bind/mac.bind
lib/bind/xemacs.bind
src/lyxfunc.C
src/session.C