diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-03 14:13:21 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-03 14:13:21 +0200 |
commit | 3b05656ba1f698535453622267996df14fef3dde (patch) | |
tree | 40e17a4d29ff28e70b2e27282a43c3d91175ebca /indra/newview | |
parent | 9fa2fae98ac7c15fb1097c0662b99868ef254bb9 (diff) |
fix for normal EXT-2913 [BSI] Archived notice of Group1 is shown in any group Group2 until other notice is selected
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelgroupnotices.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelgroupnotices.cpp b/indra/newview/llpanelgroupnotices.cpp index 5834c50fbb..6210973dae 100644 --- a/indra/newview/llpanelgroupnotices.cpp +++ b/indra/newview/llpanelgroupnotices.cpp @@ -304,6 +304,9 @@ BOOL LLPanelGroupNotices::postBuild() void LLPanelGroupNotices::activate() { + if(mNoticesList) + mNoticesList->deleteAllItems(); + BOOL can_send = gAgent.hasPowerInGroup(mGroupID,GP_NOTICES_SEND); BOOL can_receive = gAgent.hasPowerInGroup(mGroupID,GP_NOTICES_RECEIVE); |