Fix bugs with new users

This commit is contained in:
2010-08-24 22:23:56 +02:00
parent fb1007bfcb
commit dd5f231f20
4 changed files with 4 additions and 18 deletions

View File

@@ -286,6 +286,8 @@ void KissCount::NewUser(const wxString& name)
cat.parent = wxT("0") ; cat.name = _("Other") ; cat.color = OWN_GREEN;
AddCategory(cat);
SetOperationOrder(wxT("ASC"));
_db->GenerateMonth(_user, -1, -1, (int)curDate.GetMonth(), curDate.GetYear());
}