summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llmediactrl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llmediactrl.cpp b/indra/newview/llmediactrl.cpp
index 982d82ca01..7c94627dcb 100644
--- a/indra/newview/llmediactrl.cpp
+++ b/indra/newview/llmediactrl.cpp
@@ -1045,9 +1045,9 @@ void LLMediaCtrl::handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event)
if(gSavedSettings.getBOOL("MediaEnablePopups"))
{
- LLNotificationPtr popup_notify = LLNotificationsUtil::add("PopupAttempt",
+ LLNotificationPtr popup_notify = LLNotifications::instance().add("PopupAttempt",
LLSD(),
- LLSD().with("source", mMediaID).with("target", target).with("url", url).with("uuid", uuid),
+ LLSD().with("target", target).with("url", url).with("uuid", uuid),
boost::bind(&LLMediaCtrl::onPopup, this, _1, _2));
showNotification(popup_notify);
break;