From 57d4e7261d2a451f2066b68e163d6632fcac246e Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Thu, 16 Sep 2010 17:29:36 -0700 Subject: fixed build --- indra/newview/llmediactrl.cpp | 4 ++-- 1 file 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; -- cgit v1.2.3