diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-04-15 22:37:19 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-04-16 19:03:19 +0300 |
commit | 3142429fd4b3977e36d7ab7b0605470936b32b09 (patch) | |
tree | 7fb68bef21c367f7d7ee04161f61d1f4197d92f6 /indra/llui/llfolderviewitem.cpp | |
parent | d464901e47ab0d55597a6a5b3b65a18492ef8004 (diff) |
#3910 Sometimes can't favorite a folder
due to version mismatch.
Should use LLInventoryModel::changeItemParent
Diffstat (limited to 'indra/llui/llfolderviewitem.cpp')
-rw-r--r-- | indra/llui/llfolderviewitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderviewitem.cpp b/indra/llui/llfolderviewitem.cpp index 879dd270ce..d624d950da 100644 --- a/indra/llui/llfolderviewitem.cpp +++ b/indra/llui/llfolderviewitem.cpp @@ -1908,7 +1908,7 @@ void LLFolderViewFolder::onIdleUpdateFavorites(void* data) } else { - LL_WARNS() << "FAVORITE_ADDED for a folder without favorites" << LL_ENDL; + // already up to date self->mFavoritesDirtyFlags = 0; gIdleCallbacks.deleteFunction(&LLFolderViewFolder::onIdleUpdateFavorites, self); } |