diff options
author | angela <angela@lindenlab.com> | 2010-02-23 11:44:56 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2010-02-23 11:44:56 +0800 |
commit | e98d6a910a39671225f1af627570aee58517ea7f (patch) | |
tree | 9d0d28c80be1fd23166061e20bfce3d15a924e33 /indra/newview/llpanelgroupnotices.cpp | |
parent | 0eea585ef13426bf343fb5bcc3642cdfc769c022 (diff) | |
parent | 37291bea8d9b5a626b449d984856e280e159ac5c (diff) |
merg and resolve conflicts
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(); } |