diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-02 18:30:31 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-02 18:30:31 +0200 |
commit | abbf49759dd525ce04e25275c97c548f47f5412c (patch) | |
tree | b128e64d907034c4fb234913e0235d17f05b8649 /indra | |
parent | 4bf428c4ee17d30f16bec26404fa70db22f3b059 (diff) |
EXT-2911 [BSI] Unable to select any *old* notice in the Group Notice Archive
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-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 e04c830036..5834c50fbb 100644 --- a/indra/newview/llpanelgroupnotices.cpp +++ b/indra/newview/llpanelgroupnotices.cpp @@ -510,6 +510,9 @@ void LLPanelGroupNotices::processNotices(LLMessageSystem* msg) S32 i=0; S32 count = msg->getNumberOfBlocks("Data"); + + mNoticesList->setEnabled(TRUE); + for (;i<count;++i) { msg->getUUID("Data","NoticeID",id,i); |