mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -1015,7 +1015,7 @@ void ChatWidget::updateStatus(const QString &peer_id, int status)
|
||||||
|
|
||||||
void ChatWidget::updateTitle()
|
void ChatWidget::updateTitle()
|
||||||
{
|
{
|
||||||
if (!chatType() != CHATTYPE_LOBBY) {
|
if (chatType() != CHATTYPE_LOBBY) {
|
||||||
// updateStatus is used
|
// updateStatus is used
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue