diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-10-05 17:44:42 +0000 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-10-05 17:44:42 +0000 |
commit | c6a3df44d81107fc725fb232645ba08829ab3923 (patch) | |
tree | 4b650a740f48958b767b91cadee56bffcf0d016f /indra/newview/llmediadataclient.cpp | |
parent | 349eb393bc0666e323feff3b3a7eacab4f9bba84 (diff) |
Disable "bounceBack" if nav permissions are refused
Diffstat (limited to 'indra/newview/llmediadataclient.cpp')
-rwxr-xr-x | indra/newview/llmediadataclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmediadataclient.cpp b/indra/newview/llmediadataclient.cpp index e3d3f1a96b..6a932d76bf 100755 --- a/indra/newview/llmediadataclient.cpp +++ b/indra/newview/llmediadataclient.cpp @@ -622,6 +622,6 @@ void LLObjectMediaNavigateClient::Responder::bounceBack() if (mep && impl) { - impl->navigateTo(mep->getCurrentURL()); +// impl->navigateTo(mep->getCurrentURL()); } } |