diff options
author | Richard Linden <none@none> | 2010-09-16 17:29:36 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-16 17:29:36 -0700 |
commit | 57d4e7261d2a451f2066b68e163d6632fcac246e (patch) | |
tree | f08b5330e51e728172d440c8119f9b9bafe38c02 /indra | |
parent | f2a297a9599fe64ec2700fe6845ec0ec6eddf410 (diff) |
fixed build
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llmediactrl.cpp | 4 |
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; |