diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-10-13 10:49:53 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-10-13 10:49:53 -0700 |
commit | 63e4fdfc6498ad8a0af92e89759ae4fdb7035af6 (patch) | |
tree | 0054ddb35ec72494e73e8601e0e4e3159f690b16 /indra/newview/llpanelpeople.cpp | |
parent | 87c321512a24527e2e4deddc6bb5db6dda5ca9b8 (diff) |
cleaned up floater reg, removed extraneous functions
Diffstat (limited to 'indra/newview/llpanelpeople.cpp')
-rw-r--r-- | indra/newview/llpanelpeople.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp index 80c431f481..d5e289e6e6 100644 --- a/indra/newview/llpanelpeople.cpp +++ b/indra/newview/llpanelpeople.cpp @@ -1451,7 +1451,7 @@ bool LLPanelPeople::notifyChildren(const LLSD& info) container->onOpen(LLSD().with(LLSideTrayPanelContainer::PARAM_SUB_PANEL_NAME, getName())); } else - LLFloaterReg::hideFloaterInstance("people"); + LLFloaterReg::hideInstance("people"); return true; // this notification is only supposed to be handled by task panels } |