diff options
Diffstat (limited to 'indra/newview/llpanelgroupgeneral.cpp')
| -rw-r--r-- | indra/newview/llpanelgroupgeneral.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgroupgeneral.cpp b/indra/newview/llpanelgroupgeneral.cpp index a2cc0f5a81..844afca629 100644 --- a/indra/newview/llpanelgroupgeneral.cpp +++ b/indra/newview/llpanelgroupgeneral.cpp @@ -495,7 +495,6 @@ bool LLPanelGroupGeneral::apply(LLString& mesg) gAgent.setUserGroupFlags(mGroupID, receive_notices, list_in_profile); mChanged = FALSE; - notifyObservers(); return true; } @@ -810,6 +809,7 @@ void LLPanelGroupGeneral::updateChanged() mSpinEnrollmentFee, mCtrlReceiveNotices, mCtrlListGroup, + mActiveTitleLabel, mComboActiveTitle }; |
