diff options
author | Monroe Linden <monroe@lindenlab.com> | 2009-10-30 17:32:23 -0700 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2009-10-30 17:32:23 -0700 |
commit | 123db56856ef0451e28fe7ac7ce3bcc27d3066f1 (patch) | |
tree | a25f5a7a888d4de28b526e7d3adfcaff3bc86801 /indra | |
parent | 9abcf6684e86b0b8c2d343ccd4864b2e854be3d7 (diff) |
Initial pass at filling in the list in the nearby media floater.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewermedia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp index b623185e0b..44bffd2a08 100644 --- a/indra/newview/llviewermedia.cpp +++ b/indra/newview/llviewermedia.cpp @@ -604,7 +604,7 @@ void LLViewerMedia::updateMedia() pimpl->setPriority(new_priority); - if(!pimpl->getUsedInUI()) + if(pimpl->getUsedInUI()) { // Any impls used in the UI should not be in the proximity list. pimpl->mProximity = -1; |