summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMonroe Linden <monroe@lindenlab.com>2009-10-30 17:32:23 -0700
committerMonroe Linden <monroe@lindenlab.com>2009-10-30 17:32:23 -0700
commit123db56856ef0451e28fe7ac7ce3bcc27d3066f1 (patch)
treea25f5a7a888d4de28b526e7d3adfcaff3bc86801 /indra
parent9abcf6684e86b0b8c2d343ccd4864b2e854be3d7 (diff)
Initial pass at filling in the list in the nearby media floater.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llviewermedia.cpp2
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;