diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-26 10:57:51 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-26 10:57:51 +0100 |
commit | 438f0e372ee8a1d41d535314e4061f20f6c66c88 (patch) | |
tree | f329e9c86829b06ded1742db7edf271aacb7d3c1 /indra/newview/llpanelgroupnotices.cpp | |
parent | 1a987e8d32a733cace7ffdb239729380cd53f87c (diff) | |
parent | a0467365140c504eb0f5ad053ac22a2698a2abd7 (diff) |
merge from viewer-trunk
Diffstat (limited to 'indra/newview/llpanelgroupnotices.cpp')
-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 e9cde59985..c0891ae749 100644 --- a/indra/newview/llpanelgroupnotices.cpp +++ b/indra/newview/llpanelgroupnotices.cpp @@ -657,6 +657,9 @@ void LLPanelGroupNotices::setGroupID(const LLUUID& id) if(mViewMessage) mViewMessage->clear(); + + if(mViewInventoryName) + mViewInventoryName->clear(); activate(); } |