From: Jean-Marc Lasgouttes Date: Tue, 21 Oct 2008 13:24:22 +0000 (+0000) Subject: inset-edit should not make a buffer dirty (it edits the external files used by the... X-Git-Tag: 1.6.10~2938 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a9e54b7ecefb7d18770ca7280a842252319313ba;p=features.git inset-edit should not make a buffer dirty (it edits the external files used by the inset) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27012 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 72aa80a2cc..acbd239fa2 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1850,7 +1850,7 @@ void LyXAction::init() * \li Origin: JSpitzm, 27 Apr 2006 * \endvar */ - { LFUN_INSET_EDIT, "inset-edit", Noop, Edit }, + { LFUN_INSET_EDIT, "inset-edit", ReadOnly, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_TABULAR_INSERT