summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinventory.cpp
diff options
context:
space:
mode:
authorEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-23 19:59:47 -0500
committerEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-23 19:59:47 -0500
commit2bdf430de13577e855a7a1f400173f6cd4ab8ac6 (patch)
tree5b0b41311e69e37949d9f9e312c0e9fcbd5b730a /indra/newview/llviewerinventory.cpp
parent9eb42546dc28f2a9c54a461b4ad9a02e9bf55d8f (diff)
small fixes for inv slurl functionality
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 c6ec25c1cb..ad3828bba6 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);