From 88a56949d5b121132e3a068c72ab370834d72ceb Mon Sep 17 00:00:00 2001 From: "Eric M. Tulla (BigPapi)" Date: Tue, 24 Nov 2009 15:43:29 -0500 Subject: made task inventory offers work the old way, and disabled inv slurls for them. --- indra/newview/llviewerinventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llviewerinventory.cpp') 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 items_to_open; items_to_open.push_back(inventory_id); -- cgit v1.2.3