* Wrong behavior of non-automatic commit

Thanks to VOSS Com - resolution accepted for test case [1]
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2870364
This commit is contained in:
Carlos Ruiz 2009-12-17 02:15:11 +00:00
parent 2086c19318
commit b806fd9e49
1 changed files with 1 additions and 1 deletions

View File

@ -1359,7 +1359,7 @@ private Object[] getDataAtRow(int row)
try
{
if (!manualCmd)
m_vetoableChangeSupport.fireVetoableChange(PROPERTY, 0, m_rowChanged);
m_vetoableChangeSupport.fireVetoableChange(PROPERTY, -1, m_rowChanged);
}
catch (PropertyVetoException pve)
{