diff options
author | Jonathan Yap <none@none> | 2011-08-26 12:35:57 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-08-26 12:35:57 -0400 |
commit | 716e2bbce8380688446c5b6af50b4c2451f90715 (patch) | |
tree | 822db0a92d87d8ca276cf3203d2eac7c6abda90c /indra | |
parent | 1f486a9515d335e0156b23fa84eeb34cdf57cac1 (diff) |
STORM-1567 Mute button for llDialog popup
Added comment where sidebar block list is opened.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 8471de3004..5cebc69da5 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -6555,6 +6555,8 @@ bool callback_script_dialog(const LLSD& notification, const LLSD& response) LLMute mute(object_id, object_name, LLMute::OBJECT); if (LLMuteList::getInstance()->add(mute)) { + // This call opens the sidebar, displays the block list, and highlights the newly blocked + // object in the list so the user can see that their block click has taken effect. LLPanelBlockedList::showPanelAndSelect(object_id); } } |