Add operation control on SearchPanel

This commit is contained in:
2010-07-16 19:28:36 +02:00
parent d9359b2f98
commit de0e7fa1d9
4 changed files with 134 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ void KissCount::LoadYear(int year, bool force)
if (_user->_operations[year] != NULL)
{
delete _user->_operations[year];
_user->_operations[year] = NULL;
}
_db->LoadYear(_user, year);