Cleanup CTable after making it not a table earlier

This commit is contained in:
Alexey Sokolov
2015-04-09 21:12:21 +01:00
parent 1df5d91a53
commit 926989342c
3 changed files with 4 additions and 30 deletions

View File

@@ -444,7 +444,7 @@ void CClient::UserCommand(CString& sLine) {
CString sStatus = pChan->IsOn() ? (pChan->IsDetached() ? "Detached" : "Joined") : (pChan->IsDisabled() ? "Disabled" : "Trying");
CTable Table;
Table.AddColumn(sChan, false);
Table.AddColumn(sChan);
Table.AddColumn(sStatus);
Table.AddRow();