summaryrefslogtreecommitdiff
path: root/indra/newview/lllocationinputctrl.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-12-19 15:39:21 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-12-19 15:39:21 -0500
commitf6947e9ce5a5225c30dd347ee2e16392411c6d2f (patch)
tree7bdb42409bc47e97a34e56db38d88693d76d0084 /indra/newview/lllocationinputctrl.cpp
parentcc9a7a70b1971def1c53c70c96e8ce88fc5a7b86 (diff)
SH-4664 WIP - updated from from UpdateCreateInventoryItem to inventory observers.
Diffstat (limited to 'indra/newview/lllocationinputctrl.cpp')
-rwxr-xr-xindra/newview/lllocationinputctrl.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/lllocationinputctrl.cpp b/indra/newview/lllocationinputctrl.cpp
index 7b97b26a37..dcfe3cc9a7 100755
--- a/indra/newview/lllocationinputctrl.cpp
+++ b/indra/newview/lllocationinputctrl.cpp
@@ -140,7 +140,11 @@ public:
private:
/*virtual*/ void changed(U32 mask)
{
- if (mask & (~(LLInventoryObserver::LABEL|LLInventoryObserver::INTERNAL|LLInventoryObserver::ADD|LLInventoryObserver::CREATE)))
+ if (mask & (~(LLInventoryObserver::LABEL|
+ LLInventoryObserver::INTERNAL|
+ LLInventoryObserver::ADD|
+ LLInventoryObserver::CREATE|
+ LLInventoryObserver::UPDATE_CREATE)))
{
mInput->updateAddLandmarkButton();
}