diff options
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); | 
