summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2009-12-03 14:13:21 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2009-12-03 14:13:21 +0200
commit3b05656ba1f698535453622267996df14fef3dde (patch)
tree40e17a4d29ff28e70b2e27282a43c3d91175ebca /indra/newview
parent9fa2fae98ac7c15fb1097c0662b99868ef254bb9 (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.cpp3
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);