diff options
author | Richard Linden <none@none> | 2010-09-22 12:28:33 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-22 12:28:33 -0700 |
commit | b2fb189be08fb31c65113a343b066d3f9f8909b0 (patch) | |
tree | c97777b11376e83de72ce2b9f7a96bde347b4173 /indra/newview/llprogressview.cpp | |
parent | 266b3843b75fb9b8da7d2b3c824224a1b94697a5 (diff) | |
parent | aa7d505882f07cffea8b7cd145296f3c114c3f50 (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") |