From 716e2bbce8380688446c5b6af50b4c2451f90715 Mon Sep 17 00:00:00 2001 From: Jonathan Yap Date: Fri, 26 Aug 2011 12:35:57 -0400 Subject: STORM-1567 Mute button for llDialog popup Added comment where sidebar block list is opened. --- indra/newview/llviewermessage.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview') 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); } } -- cgit v1.2.3