diff options
author | Richard Linden <none@none> | 2011-03-23 19:34:15 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-23 19:34:15 -0700 |
commit | fdf63ba0753fcfc17aa6939836c7835787293b3c (patch) | |
tree | cd2bbbad8c1bd8b901a755b81f9cbb78f0bdee43 /indra/newview/llviewerparcelmedia.cpp | |
parent | 501e282ee03e6d53c16c421d8b49f8bed3e74ef3 (diff) | |
parent | 9c82ea334ab0c1283f28997fe060b24200e3e2be (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-social
Diffstat (limited to 'indra/newview/llviewerparcelmedia.cpp')
-rw-r--r-- | indra/newview/llviewerparcelmedia.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llviewerparcelmedia.cpp b/indra/newview/llviewerparcelmedia.cpp index 40f0b43313..dfa35edef4 100644 --- a/indra/newview/llviewerparcelmedia.cpp +++ b/indra/newview/llviewerparcelmedia.cpp @@ -539,6 +539,12 @@ void LLViewerParcelMedia::handleMediaEvent(LLPluginClassMedia* self, EMediaEvent }; break; + case MEDIA_EVENT_NAVIGATE_ERROR_PAGE: + { + LL_DEBUGS("Media") << "Media event: MEDIA_EVENT_NAVIGATE_ERROR_PAGE" << LL_ENDL; + }; + break; + case MEDIA_EVENT_CLICK_LINK_HREF: { LL_DEBUGS("Media") << "Media event: MEDIA_EVENT_CLICK_LINK_HREF, target is \"" << self->getClickTarget() << "\", uri is " << self->getClickURL() << LL_ENDL; |