diff options
author | McCabe Maxsted | 2010-11-23 17:27:58 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-11-23 17:27:58 -0700 |
commit | a17ac424f23a3151d66d2a313f85da948b421173 (patch) | |
tree | 2553d5478a95f6372bc39b89c27551f9882c7182 /linden/indra | |
parent | Revert "Ported fix for Apply button not working correctly when changing show ... (diff) | |
download | meta-impy-a17ac424f23a3151d66d2a313f85da948b421173.zip meta-impy-a17ac424f23a3151d66d2a313f85da948b421173.tar.gz meta-impy-a17ac424f23a3151d66d2a313f85da948b421173.tar.bz2 meta-impy-a17ac424f23a3151d66d2a313f85da948b421173.tar.xz |
Fixed group list not updating when the group profile is changed (#644)
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/llpanelgroupgeneral.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
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) | |||
561 | gIMMgr->saveIgnoreGroup(); | 561 | gIMMgr->saveIgnoreGroup(); |
562 | } | 562 | } |
563 | 563 | ||
564 | // Make sure we update the group list in our contacts list and our IMs -- MC | ||
565 | if (gIMMgr) | ||
566 | { | ||
567 | // update the talk view | ||
568 | gIMMgr->refresh(); | ||
569 | } | ||
570 | gAgent.fireEvent(new LLEvent(&gAgent, "new group"), ""); | ||
571 | |||
564 | mChanged = FALSE; | 572 | mChanged = FALSE; |
565 | 573 | ||
566 | return true; | 574 | return true; |