diff --git a/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp b/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp index 7d258e38f..b784189d6 100644 --- a/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp +++ b/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp @@ -87,7 +87,6 @@ void PopupDistantChatDialog::init(const ChatId &chat_id, const QString &/*title* ui.ownAvatarWidget->setOwnId() ; // sets the flag ui.ownAvatarWidget->setId(chat_id) ; // sets the actual Id - ui.avatarWidget->setId(chat_id); _status_label->setIcon(FilesDefs::getIconFromQtResourcePath(IMAGE_GRY_LED)); auto msg = tr("Remote status unknown."); @@ -112,6 +111,8 @@ void PopupDistantChatDialog::handleEvent_main_thread(std::shared_ptr