Add blocked account (mainly for statistics)

Really fix the previous bug
This commit is contained in:
2010-11-01 11:34:39 +01:00
parent 7af9f1d9c2
commit 0832e020c4
11 changed files with 220 additions and 130 deletions

View File

@@ -256,6 +256,9 @@ void wxUI::ShowPanel(wxPanel* panel)
panel = _statsPanel;
}
_hbox->Detach(_accountPanel);
_accountPanel->Hide();
_needReload = false;
}