summaryrefslogtreecommitdiff
path: root/indra/newview/llscreenchannel.cpp
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2010-03-04 11:35:34 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2010-03-04 11:35:34 +0200
commitf54bf2a1eac3bc61222e5cceba77755bd340f996 (patch)
tree4d6062c4cffac8b2995f1bd19f09029868ce65c2 /indra/newview/llscreenchannel.cpp
parente84e440adc8aa24fc9c4a4c20aa6b82be71e9e60 (diff)
fixed EXT-5904 “Offers embedding into IM windows”,
made all type offers be embedded to the IM floater; made showing offer toast if IM floater isn't visible; corrected IM message counter on showing offer toast; --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llscreenchannel.cpp')
-rw-r--r--indra/newview/llscreenchannel.cpp4
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();
}
}