]> git.lyx.org Git - features.git/commitdiff
Potential bugfix.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 23 May 2008 12:16:44 +0000 (12:16 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 23 May 2008 12:16:44 +0000 (12:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24910 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInclude.cpp

index 878488262852d566b664e40b1b9fcadff0bdf466..87741831e631c62d4bf35a04e645d8fb4e356a6c 100644 (file)
@@ -303,6 +303,7 @@ bool InsetInclude::getStatus(Cursor & cur, FuncRequest const & cmd,
        switch (cmd.action) {
 
        case LFUN_INSET_EDIT:
+       case LFUN_INSET_MODIFY:
                flag.enabled(true);
                return true;