diff options
author | Kent Quirk <q@lindenlab.com> | 2010-03-19 11:27:10 -0400 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-03-19 11:27:10 -0400 |
commit | 5e0be34c26f384a111063399b619c82b2a951dcd (patch) | |
tree | 6b04bc67970f06c517436eea2b803406915bf8a7 /indra/newview/llscreenchannel.cpp | |
parent | b84b0e71c12bb5ae7e9a6dafa1735a99f5975645 (diff) | |
parent | d217adeede2d99ac6f48064388d91aa14ab9a4d2 (diff) |
Merge
Diffstat (limited to 'indra/newview/llscreenchannel.cpp')
-rw-r--r-- | indra/newview/llscreenchannel.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llscreenchannel.cpp b/indra/newview/llscreenchannel.cpp index a4426b370e..dffb5e5e12 100644 --- a/indra/newview/llscreenchannel.cpp +++ b/indra/newview/llscreenchannel.cpp @@ -710,9 +710,7 @@ void LLScreenChannel::hideToast(const LLUUID& notification_id) if(mToastList.end() != it) { ToastElem te = *it; - te.toast->setVisible(FALSE); - te.toast->stopTimer(); - mToastList.erase(it); + te.toast->hide(); } } |