Add check mode

Fix bug with KissCount title on start
This commit is contained in:
2010-08-21 11:49:03 +02:00
parent d12e00c6fb
commit 9f7d858bc3
10 changed files with 179 additions and 81 deletions

View File

@@ -149,6 +149,7 @@ void wxUI::ChangeUser()
void wxUI::LoadUser()
{
User* user = _kiss->GetUser();
wxShowEvent event;
if (_curPanel)
{
@@ -177,6 +178,7 @@ void wxUI::LoadUser()
_preferencesPanel = new PreferencesPanel(_kiss, this);
ShowPanel(_accountPanel);
_accountPanel->OnShow(event);
}
void wxUI::ShowPanel(wxPanel* panel)