From: Jürgen Spitzmüller Date: Mon, 22 May 2006 14:28:43 +0000 (+0000) Subject: * BufferView_pimpl.C (getStatus): X-Git-Tag: 1.6.10~13198 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f62b8f095d349e1036d3aac09283ee7a54a1bbc6;p=features.git * BufferView_pimpl.C (getStatus): Disable saving of bookmarks in mathed for it is not yet supported and makes LyX crash (bug 2597) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13911 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferView_pimpl.C b/src/BufferView_pimpl.C index be0e9da6fe..de0508b19d 100644 --- a/src/BufferView_pimpl.C +++ b/src/BufferView_pimpl.C @@ -1067,12 +1067,12 @@ FuncStatus BufferView::Pimpl::getStatus(FuncRequest const & cmd) case LFUN_FILE_INSERT: case LFUN_FILE_INSERT_ASCII_PARA: case LFUN_FILE_INSERT_ASCII: + case LFUN_BOOKMARK_SAVE: // FIXME: Actually, these LFUNS should be moved to LyXText flag.enabled(cursor_.inTexted()); break; case LFUN_FONT_STATE: case LFUN_LABEL_INSERT: - case LFUN_BOOKMARK_SAVE: case LFUN_PARAGRAPH_GOTO: // FIXME handle non-trivially case LFUN_OUTLINE_UP: