diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-01-03 00:38:57 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-01-03 00:38:57 +0200 |
| commit | 096156d16ce0461c173b1bd925a97e7c41a042e5 (patch) | |
| tree | f7b852371eb89d23ebbcb6ac16fb11ee38acaf21 /indra/newview/llpanelprofile.cpp | |
| parent | 7838c14d871529b39e0fdf63088ac7640478605c (diff) | |
SL-18058 Post-merge functionality restore #2
Diffstat (limited to 'indra/newview/llpanelprofile.cpp')
| -rw-r--r-- | indra/newview/llpanelprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index f014dff470..55ddeed4ec 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -1806,7 +1806,7 @@ void LLPanelProfileSecondLife::onCommitProfileImage(const LLUUID& id) if (result) { LLAvatarIconIDCache::getInstance()->add(gAgentID, id); - // Should trigger callbacks in icon controls + // Should trigger callbacks in icon controls (or request Legacy) LLAvatarPropertiesProcessor::getInstance()->sendAvatarPropertiesRequest(gAgentID); } }; |
