summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2010-04-23 15:48:58 +0300
committerYuri Chebotarev <ychebotarev@productengine.com>2010-04-23 15:48:58 +0300
commit583e1951bf2c8ae0d7a1b8b5be362c13a0f4311e (patch)
tree9e60fd8e23d29007a053f06558128c2fb9355321 /indra/newview
parentaab59821607f45376e19b6aab29b99a8ca4912ca (diff)
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
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 8da19d1574..f7d76bc069 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();
}