From dacec52e4f3e1d0593c96dbdf58c8f95e252c1e7 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Wed, 8 Jan 2014 11:37:16 +0000 Subject: [PATCH] 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 --- retroshare-gui/src/gui/chat/ChatWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/chat/ChatWidget.cpp b/retroshare-gui/src/gui/chat/ChatWidget.cpp index 5fb802abb..81b71d387 100644 --- a/retroshare-gui/src/gui/chat/ChatWidget.cpp +++ b/retroshare-gui/src/gui/chat/ChatWidget.cpp @@ -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; }