summaryrefslogtreecommitdiff
path: root/indra/newview/llaisapi.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-06-18 16:54:02 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-06-18 16:54:02 -0400
commit8ed4b4d3dffaba6f1faaba50cf0fc40af78a38a5 (patch)
tree4241604c75edddc705335c54f92b9d8ce59b453f /indra/newview/llaisapi.cpp
parent27fc270c73fdf3db5c07e9ed43b7f4d0994b2cc2 (diff)
parent425ff28e4bc38ba3f7bfeade4a72dce4eba63b54 (diff)
merge
Diffstat (limited to 'indra/newview/llaisapi.cpp')
-rwxr-xr-xindra/newview/llaisapi.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp
index aad12a9cc9..7e751ad6c7 100755
--- a/indra/newview/llaisapi.cpp
+++ b/indra/newview/llaisapi.cpp
@@ -483,7 +483,9 @@ void AISUpdate::doUpdate()
del_it != mObjectsDeleted.end(); ++del_it)
{
LL_DEBUGS("Inventory") << "deleted item " << *del_it << llendl;
- gInventory.onObjectDeletedFromServer(*del_it, false, false);
+ gInventory.onObjectDeletedFromServer(*del_it, false, false, false);
}
+
+ gInventory.notifyObservers();
}