diff options
| author | simon <none@none> | 2014-01-09 10:56:44 -0800 |
|---|---|---|
| committer | simon <none@none> | 2014-01-09 10:56:44 -0800 |
| commit | ade7faae5802c1e68bb2b09ba9e126bbfa2cfb37 (patch) | |
| tree | 75176cac336eb01344aa8b75e8763178c23e4e22 /indra/llui/llscrolllistctrl.cpp | |
| parent | e89bda2586a8f6054b3822900aaaedf5c6934b75 (diff) | |
| parent | 6b4a35723006b7dec25b7f0677b0dae8ce88008c (diff) | |
Merge downstream -bear
Diffstat (limited to 'indra/llui/llscrolllistctrl.cpp')
| -rwxr-xr-x | indra/llui/llscrolllistctrl.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp index 594e1e150b..d290413f7a 100755 --- a/indra/llui/llscrolllistctrl.cpp +++ b/indra/llui/llscrolllistctrl.cpp @@ -1855,7 +1855,9 @@ 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, true); + LLUrlAction::clickAction(slurl); + // MAINT-535 reversion test + //LLUrlAction::clickAction(slurl, true); } void LLScrollListCtrl::copyNameToClipboard(std::string id, bool is_group) |
