Fixed display of the friend status in chat window.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5014 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-03-11 00:22:25 +00:00
parent 499003d875
commit fedba02d18
6 changed files with 16 additions and 4 deletions

View file

@ -657,6 +657,7 @@ void ChatWidget::updateStatus(const QString &peer_id, int status)
}
emit infoChanged(this);
emit statusChanged(status);
return;
}