AccountsPanel 90%, missing :

* Month generation
  * Fix extension
  * Better display
  * Operation deletion
This commit is contained in:
Grégory Soutadé 2010-06-17 12:34:44 +02:00
parent 936d7a95eb
commit 36c01b0c56
1 changed files with 4 additions and 4 deletions

View File

@ -575,10 +575,10 @@ void AccountPanel::OnOperationModified(wxGridEvent& event)
value = _grid->GetCellValue(event.GetRow(), CHECKED);
if (value != _(""))
{
new_op.checked = (value == _("1"));
op_complete--;
}
new_op.checked = true;
else
new_op.checked = false;
op_complete--;
if (col == CHECKED || col == CATEGORY)
{