From 583e1951bf2c8ae0d7a1b8b5be362c13a0f4311e Mon Sep 17 00:00:00 2001
From: Yuri Chebotarev <ychebotarev@productengine.com>
Date: Fri, 23 Apr 2010 15:48:58 +0300
Subject: [PATCH] EXT-6970 Title of attachment from previously viewed group can
 be found in current group while viewing notices reviewed Mike Antipov
 https://codereview.productengine.com/secondlife/r/306/

--HG--
branch : product-engine
---
 indra/newview/llpanelgroupnotices.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/indra/newview/llpanelgroupnotices.cpp b/indra/newview/llpanelgroupnotices.cpp
index 8da19d15743..f7d76bc069f 100644
--- a/indra/newview/llpanelgroupnotices.cpp
+++ b/indra/newview/llpanelgroupnotices.cpp
@@ -656,6 +656,9 @@ void LLPanelGroupNotices::setGroupID(const LLUUID& id)
 
 	if(mViewMessage) 
 		mViewMessage->clear();
+
+	if(mViewInventoryName)
+		mViewInventoryName->clear();
 	
 	activate();
 }
-- 
GitLab