summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinventory.cpp
diff options
context:
space:
mode:
authorEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-24 15:43:29 -0500
committerEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-24 15:43:29 -0500
commit88a56949d5b121132e3a068c72ab370834d72ceb (patch)
tree881a12ec5f233b184e13fff499947fb98227c33b /indra/newview/llviewerinventory.cpp
parentbfd2605bf8eecdb0df5a2b77d5921ef561ece788 (diff)
made task inventory offers work the old way, and disabled inv slurls for them.
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rw-r--r--indra/newview/llviewerinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp
index ad3828bba6..c6ec25c1cb 100644
--- a/indra/newview/llviewerinventory.cpp
+++ b/indra/newview/llviewerinventory.cpp
@@ -80,7 +80,7 @@ public:
}
const std::string verb = params[1].asString();
- //if (verb == "select")
+ if (verb == "select")
{
std::vector<LLUUID> items_to_open;
items_to_open.push_back(inventory_id);