diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-06-30 10:35:26 +0300 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-06-30 10:35:26 +0300 |
commit | 14b122380ec8532dedc0b41c765c1849f09a92d0 (patch) | |
tree | 9aedc28723ce56d8b6ccdf73cba7e3c3c74a3ee0 | |
parent | 682d6f997ee2275226cf547f661b594325301abf (diff) |
EXT-7979 FIX always reset "dirty" flag after applying changes
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/663/
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llpanelgroupgeneral.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelgroupgeneral.cpp b/indra/newview/llpanelgroupgeneral.cpp index 555248e31a..8e1b7ba4d9 100644 --- a/indra/newview/llpanelgroupgeneral.cpp +++ b/indra/newview/llpanelgroupgeneral.cpp @@ -448,6 +448,8 @@ bool LLPanelGroupGeneral::apply(std::string& mesg) gAgent.setUserGroupFlags(mGroupID, receive_notices, list_in_profile); + resetDirty(); + mChanged = FALSE; return true; |