summaryrefslogtreecommitdiff
path: root/indra/newview/llgroupactions.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-28 22:44:58 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-28 22:44:58 +0100
commit443cf1f72e443c62c0ed92e629b040bb50dd7b58 (patch)
tree63a31ff19489c4fa4c1405d6c4bba6450fdc02ee /indra/newview/llgroupactions.cpp
parentb906a7a76aea1d06829237be3cb5336961f7dfce (diff)
parent0a938d395c6bde13ead4f789056e7f9067e4dbd0 (diff)
merge storm-266
Diffstat (limited to 'indra/newview/llgroupactions.cpp')
-rw-r--r--indra/newview/llgroupactions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgroupactions.cpp b/indra/newview/llgroupactions.cpp
index c42b397252..5393678a6b 100644
--- a/indra/newview/llgroupactions.cpp
+++ b/indra/newview/llgroupactions.cpp
@@ -235,7 +235,7 @@ static bool isGroupUIVisible()
{
static LLPanel* panel = 0;
if(!panel)
- panel = LLSideTray::getInstance()->findChild<LLPanel>("panel_group_info_sidetray");
+ panel = LLSideTray::getInstance()->getPanel("panel_group_info_sidetray");
if(!panel)
return false;
return panel->isInVisibleChain();