summaryrefslogtreecommitdiff
path: root/indra/newview/llgroupactions.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-29 12:26:30 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-29 12:26:30 +0100
commit610236174baaa2f85d57e7ddd941831e1b3e4ac8 (patch)
treef20fe8bd944d759bfad7b6fd39f47376cfd2560e /indra/newview/llgroupactions.cpp
parent7007896f9811022c58fab6e7e320dfb6773b1a71 (diff)
parent443cf1f72e443c62c0ed92e629b040bb50dd7b58 (diff)
merge
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();