From 876ae1ff814b1fca38dd22f8df2c676570a9e089 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Fri, 20 Mar 2009 08:56:16 +0000 Subject: [PATCH] minor - comments. --- client/src/org/compiere/grid/GridController.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/org/compiere/grid/GridController.java b/client/src/org/compiere/grid/GridController.java index 4976a74ef2..a9d111533a 100644 --- a/client/src/org/compiere/grid/GridController.java +++ b/client/src/org/compiere/grid/GridController.java @@ -1167,9 +1167,10 @@ public class GridController extends CPanel // Save Confirmation dialog MTable-RowSave if (e.getPropertyName().equals(GridTable.PROPERTY)) { - // throw new PropertyVetoException calls this method (??) again + // throw new PropertyVetoException will call this listener again to revert to old value if (m_vetoActive) { + //ignore m_vetoActive = false; return; }