mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
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:
parent
57b906bdd2
commit
dacec52e4f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user