]> git.lyx.org Git - features.git/commitdiff
Fix http://bugzilla.lyx.org/show_bug.cgi?id=4607
authorAbdelrazak Younes <younes@lyx.org>
Tue, 20 May 2008 13:32:04 +0000 (13:32 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 20 May 2008 13:32:04 +0000 (13:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24872 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetListings.cpp

index f27138717c4ac2fad345ad96cd82afd489df735f..94909a054a1efbda3af5006cb43cf5a62e7a4403 100644 (file)
@@ -229,6 +229,7 @@ bool InsetListings::getStatus(Cursor & cur, FuncRequest const & cmd,
        FuncStatus & status) const
 {
        switch (cmd.action) {
+               case LFUN_INSET_MODIFY:
                case LFUN_INSET_DIALOG_UPDATE:
                        status.enabled(true);
                        return true;