diff options
author | Armin Weatherwax | 2011-03-01 14:19:55 +0100 |
---|---|---|
committer | Armin Weatherwax | 2011-03-01 14:19:55 +0100 |
commit | 58d0360b3a78729d0446d3703160ecb4b97721a3 (patch) | |
tree | 3c2bade5d0bacc9db310d5ee7349203c26c97ded /linden/indra/llplugin | |
parent | fix packaging fails on linux (diff) | |
download | meta-impy-58d0360b3a78729d0446d3703160ecb4b97721a3.zip meta-impy-58d0360b3a78729d0446d3703160ecb4b97721a3.tar.gz meta-impy-58d0360b3a78729d0446d3703160ecb4b97721a3.tar.bz2 meta-impy-58d0360b3a78729d0446d3703160ecb4b97721a3.tar.xz |
fix news bar doesn't open internal browser
Diffstat (limited to 'linden/indra/llplugin')
-rwxr-xr-x | linden/indra/llplugin/llpluginclassmedia.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llplugin/llpluginclassmedia.cpp b/linden/indra/llplugin/llpluginclassmedia.cpp index 5a81c46..02da271 100755 --- a/linden/indra/llplugin/llpluginclassmedia.cpp +++ b/linden/indra/llplugin/llpluginclassmedia.cpp | |||
@@ -777,7 +777,7 @@ void LLPluginClassMedia::receivePluginMessage(const LLPluginMessage &message) | |||
777 | mDirtyRect.unionWith(newDirtyRect); | 777 | mDirtyRect.unionWith(newDirtyRect); |
778 | } | 778 | } |
779 | 779 | ||
780 | LL_DEBUGS("PluginClassMedia") << "adjusted incoming rect is: (" | 780 | LL_DEBUGS("PluginClassMediaRect") << "adjusted incoming rect is: (" |
781 | << newDirtyRect.mLeft << ", " | 781 | << newDirtyRect.mLeft << ", " |
782 | << newDirtyRect.mTop << ", " | 782 | << newDirtyRect.mTop << ", " |
783 | << newDirtyRect.mRight << ", " | 783 | << newDirtyRect.mRight << ", " |
@@ -973,6 +973,7 @@ void LLPluginClassMedia::receivePluginMessage(const LLPluginMessage &message) | |||
973 | { | 973 | { |
974 | mClickURL = message.getValue("uri"); | 974 | mClickURL = message.getValue("uri"); |
975 | mClickTarget = message.getValue("target"); | 975 | mClickTarget = message.getValue("target"); |
976 | LL_DEBUGS("PluginClassMedia") << "Click target \"" << mClickTarget << "\"" << LL_ENDL; | ||
976 | mediaEvent(LLPluginClassMediaOwner::MEDIA_EVENT_CLICK_LINK_HREF); | 977 | mediaEvent(LLPluginClassMediaOwner::MEDIA_EVENT_CLICK_LINK_HREF); |
977 | } | 978 | } |
978 | else if(message_name == "click_nofollow") | 979 | else if(message_name == "click_nofollow") |