This was due to a thinko in http://www.lyx.org/trac/changeset/26002


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28605 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2009-02-25 12:16:56 +00:00
parent 9d1a382472
commit 654600486b

View File

@ -133,7 +133,7 @@ Inset * MathMacro::clone() const
docstring MathMacro::name() const
{
if (displayMode_ == DISPLAY_UNFOLDED && name_.size() != 1)
if (displayMode_ == DISPLAY_UNFOLDED)
return asString(cell(0));
return name_;