git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9253 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2004-11-15 15:41:42 +00:00
parent 6640822be5
commit 27e32b4aa0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-11-15 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* math_hullinset.C (getStatus): typo in lfun argument
2004-11-11 Alfredo Braunstein <abraunst@lyx.org>
* Makefile.am: add math_tfracinset.[Ch]

View File

@ -1100,7 +1100,7 @@ bool MathHullInset::getStatus(LCursor & cur, FuncRequest const & cmd,
|| s == "copy-row"))
return false;
if ((type_ == "eqnarray")
&& (s == "appen-column"
&& (s == "append-column"
|| s == "delete-column"))
return false;
return MathGridInset::getStatus(cur, cmd, flag);