diff options
author | Richard Linden <none@none> | 2010-09-21 14:43:55 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-21 14:43:55 -0700 |
commit | 10d5645939b4f0bb299864123c4d1c6295d70c86 (patch) | |
tree | fa290a57ec2740b98b8b149227ccaf57a6c56105 /indra/newview/llprogressview.cpp | |
parent | e07c373bd4aef00aaa30735f722ed1b681a5d060 (diff) | |
parent | 325f16d0b4c8fc9de694121d770a4931a7b98529 (diff) |
merge
Diffstat (limited to 'indra/newview/llprogressview.cpp')
-rw-r--r-- | indra/newview/llprogressview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llprogressview.cpp b/indra/newview/llprogressview.cpp index c6bd600403..e9504cbba0 100644 --- a/indra/newview/llprogressview.cpp +++ b/indra/newview/llprogressview.cpp @@ -297,7 +297,7 @@ bool LLProgressView::onAlertModal(const LLSD& notify) { // if the progress view is visible, it will obscure the notification window // in this case, we want to auto-accept WebLaunchExternalTarget notifications - if (isInVisibleChain()) + if (isInVisibleChain() && notify["sigtype"].asString() == "add") { LLNotificationPtr notifyp = LLNotifications::instance().find(notify["id"].asUUID()); if (notifyp && notifyp->getName() == "WebLaunchExternalTarget") |