Fixed display of the nickname for the chat lobbies.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6998 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-01-08 11:37:16 +00:00
parent 57b906bdd2
commit dacec52e4f

View File

@ -1015,7 +1015,7 @@ void ChatWidget::updateStatus(const QString &peer_id, int status)
void ChatWidget::updateTitle()
{
if (!chatType() != CHATTYPE_LOBBY) {
if (chatType() != CHATTYPE_LOBBY) {
// updateStatus is used
return;
}