summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelblockedlist.cpp
diff options
context:
space:
mode:
authorskolb <none@none>2009-12-02 10:42:55 -0800
committerskolb <none@none>2009-12-02 10:42:55 -0800
commit6d3ca60f310e50b217a189086b652dca2e3e3854 (patch)
treec2c2998727558ea3a5dab5bf9c6c3d52c0b5d81c /indra/newview/llpanelblockedlist.cpp
parent9ad99e17734f1898071ec68ed11617f48701eb28 (diff)
parent6e1f6f015394a3f268608061c00993939c891e54 (diff)
Merge viewer 2.0 into media branch
Diffstat (limited to 'indra/newview/llpanelblockedlist.cpp')
-rw-r--r--indra/newview/llpanelblockedlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelblockedlist.cpp b/indra/newview/llpanelblockedlist.cpp
index 73cffaa7ed..ae703ebd8e 100644
--- a/indra/newview/llpanelblockedlist.cpp
+++ b/indra/newview/llpanelblockedlist.cpp
@@ -104,7 +104,7 @@ void LLPanelBlockedList::selectBlocked(const LLUUID& mute_id)
void LLPanelBlockedList::showPanelAndSelect(const LLUUID& idToSelect)
{
- LLSideTray::getInstance()->showPanel("panel_block_list_sidetray", LLSD().insert(BLOCKED_PARAM_NAME, idToSelect));
+ LLSideTray::getInstance()->showPanel("panel_block_list_sidetray", LLSD().with(BLOCKED_PARAM_NAME, idToSelect));
}