summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastnotifypanel.cpp
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2010-04-23 15:51:07 +0300
committerYuri Chebotarev <ychebotarev@productengine.com>2010-04-23 15:51:07 +0300
commit6113dab230074c641d659b48f76c8799cd46b741 (patch)
tree6cb1fff06c4fb67cee698605c6b66cebc9845523 /indra/newview/lltoastnotifypanel.cpp
parent92450263ec6eb31bd8fae233c3b6fef2f200db40 (diff)
parentefd7b2502df521e945274db74f88297a358e5144 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/lltoastnotifypanel.cpp')
-rw-r--r--indra/newview/lltoastnotifypanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp
index c9d2d404c0..089163929e 100644
--- a/indra/newview/lltoastnotifypanel.cpp
+++ b/indra/newview/lltoastnotifypanel.cpp
@@ -493,7 +493,7 @@ void LLToastNotifyPanel::onClickButton(void* data)
{
sButtonClickSignal(self->mNotification->getID(), button_name);
- if(new_info)
+ if(new_info && !self->mNotification->isPersistent())
{
self->mNotification->setResponseFunctor(
boost::bind(&LLOfferInfo::inventory_offer_callback, new_info, _1, _2));