* enabled() is the getter, enabled(bool) is the setter method.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24989 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-05-29 08:09:58 +00:00
parent aae97ef028
commit 3c591515e9

View File

@ -1088,7 +1088,7 @@ bool MathMacroTemplate::getStatus(Cursor & /*cur*/, FuncRequest const & cmd,
break;
case LFUN_IN_MATHMACROTEMPLATE:
flag.enabled();
flag.enabled(true);
break;
default: