diff options
author | simon <none@none> | 2014-01-10 13:15:19 -0800 |
---|---|---|
committer | simon <none@none> | 2014-01-10 13:15:19 -0800 |
commit | cfadbe631fbf845db8e26793613dea37ef08d11c (patch) | |
tree | 1283cd746e6a1b0d0ffc214e8cc6863f1202c226 /indra/llui/llscrolllistctrl.cpp | |
parent | f291995dac53c2aba9d79aef8b6cd91a5c836e9f (diff) |
Revert earlier back-out for MAINT-535 ... it's back in
Diffstat (limited to 'indra/llui/llscrolllistctrl.cpp')
-rwxr-xr-x | indra/llui/llscrolllistctrl.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp index d290413f7a..594e1e150b 100755 --- a/indra/llui/llscrolllistctrl.cpp +++ b/indra/llui/llscrolllistctrl.cpp @@ -1855,9 +1855,7 @@ void LLScrollListCtrl::showNameDetails(std::string id, bool is_group) // open the resident's details or the group details std::string sltype = is_group ? "group" : "agent"; std::string slurl = "secondlife:///app/" + sltype + "/" + id + "/about"; - LLUrlAction::clickAction(slurl); - // MAINT-535 reversion test - //LLUrlAction::clickAction(slurl, true); + LLUrlAction::clickAction(slurl, true); } void LLScrollListCtrl::copyNameToClipboard(std::string id, bool is_group) |