| 196 | |
| 197 | |
| 198 | void CChatWnd::ProcessMessage(uint64 sender, const wxString& message) |
| 199 | { |
| 200 | if ( !theApp->amuledlg->IsDialogVisible(CamuleDlg::DT_CHAT_WND) ) { |
| 201 | theApp->amuledlg->SetMessageBlink(true); |
| 202 | } |
| 203 | if (chatselector->ProcessMessage(sender, message)) { |
| 204 | // Check to enable the window controls if needed |
| 205 | CheckNewButtonsState(); |
| 206 | } |
| 207 | } |
| 208 | |
| 209 | |
| 210 | void CChatWnd::ConnectionResult(bool success, const wxString& message, uint64 id) |
no test coverage detected