From 27e32b4aa01f2e17b6ff96a90b8a42a8538a4a4a Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 15 Nov 2004 15:41:42 +0000 Subject: [PATCH] fix typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9253 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 4 ++++ src/mathed/math_hullinset.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 2552d7b9ca..646189be1f 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2004-11-15 Jean-Marc Lasgouttes + + * math_hullinset.C (getStatus): typo in lfun argument + 2004-11-11 Alfredo Braunstein * Makefile.am: add math_tfracinset.[Ch] diff --git a/src/mathed/math_hullinset.C b/src/mathed/math_hullinset.C index 913d3dc7ae..52c446dbf0 100644 --- a/src/mathed/math_hullinset.C +++ b/src/mathed/math_hullinset.C @@ -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); -- 2.39.2