summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-03-19 13:47:32 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-03-19 13:47:32 +0200
commit65352e988410d8001d485fa9d72858e21cc80df7 (patch)
treeb755439534bb91bb318db057767c5362a0b6c92d /indra/newview
parent5f6a025397d0bcca27adc01fcb6fc324b7bdbd4d (diff)
SL-14927 Some avatar names not resolving in chat
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 80165f9b9a..ed1d7a81cc 100644
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -532,7 +532,7 @@ void LLFloaterIMSessionTab::removeConversationViewParticipant(const LLUUID& part
LLFolderViewItem* widget = get_ptr_in_map(mConversationsWidgets,participant_id);
if (widget)
{
- mConversationsRoot->extractItem(widget);
+ mConversationsRoot->extractItem(widget, false);
delete widget;
}
mConversationsWidgets.erase(participant_id);