alert chat window when a new message was arrived

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1370 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
alexandrut 2009-07-13 19:58:11 +00:00
parent 441ccd9f51
commit ca60cfc949

View file

@ -688,6 +688,7 @@ void PeersDialog::insertChat()
{ {
PopupChatDialog *pcd = getPrivateChat(it->rsid, it->name, chatflags); PopupChatDialog *pcd = getPrivateChat(it->rsid, it->name, chatflags);
pcd->addChatMsg(&(*it)); pcd->addChatMsg(&(*it));
QApplication::alert(pcd);
continue; continue;
} }