diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-22 17:10:47 +0000 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-22 17:10:47 +0000 |
| commit | 04712617c55c53dbec1f73a4e8834ebe3167e5ed (patch) | |
| tree | e14e202280a13045a95693144c0dbbf98197d7b5 /indra/newview/llpanelgroupnotices.cpp | |
| parent | 96ddf30a49a4ebca25816701373c34674088b2ce (diff) | |
| parent | fa9811e0c5dbd249a9c6e37d95d2d842d43658a2 (diff) | |
merge of viewer2 trunk and 'EXT-5601: Linux: volume adjustment of web-based media / Flash'
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 6210973dae..5f913d5469 100644 --- a/indra/newview/llpanelgroupnotices.cpp +++ b/indra/newview/llpanelgroupnotices.cpp @@ -652,6 +652,9 @@ void LLPanelGroupNotices::setGroupID(const LLUUID& id) LLGroupDropTarget* target = getChild<LLGroupDropTarget> ("drop_target"); target->setPanel (this); target->setGroup (mGroupID); + + if(mViewMessage) + mViewMessage->clear(); activate(); } |
