From a17ac424f23a3151d66d2a313f85da948b421173 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Tue, 23 Nov 2010 17:27:58 -0700 Subject: Fixed group list not updating when the group profile is changed (#644) --- linden/indra/newview/llpanelgroupgeneral.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'linden') diff --git a/linden/indra/newview/llpanelgroupgeneral.cpp b/linden/indra/newview/llpanelgroupgeneral.cpp index 72a485c..7ff25a7 100644 --- a/linden/indra/newview/llpanelgroupgeneral.cpp +++ b/linden/indra/newview/llpanelgroupgeneral.cpp @@ -561,6 +561,14 @@ bool LLPanelGroupGeneral::apply(std::string& mesg) gIMMgr->saveIgnoreGroup(); } + // Make sure we update the group list in our contacts list and our IMs -- MC + if (gIMMgr) + { + // update the talk view + gIMMgr->refresh(); + } + gAgent.fireEvent(new LLEvent(&gAgent, "new group"), ""); + mChanged = FALSE; return true; -- cgit v1.1