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/llui/llbutton.cpp | |
parent | 87c321512a24527e2e4deddc6bb5db6dda5ca9b8 (diff) |
cleaned up floater reg, removed extraneous functions
Diffstat (limited to 'indra/llui/llbutton.cpp')
-rw-r--r-- | indra/llui/llbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp index f40d99c024..3572d18860 100644 --- a/indra/llui/llbutton.cpp +++ b/indra/llui/llbutton.cpp @@ -1189,7 +1189,7 @@ void LLButton::setFloaterToggle(LLUICtrl* ctrl, const LLSD& sdname) // Set the button control value (toggle state) to the floater visibility control (Sets the value as well) button->setControlVariable(LLFloater::getControlGroup()->getControl(vis_control_name)); // Set the clicked callback to toggle the floater - button->setClickedCallback(boost::bind(&LLFloaterReg::toggleFloaterInstance, sdname)); + button->setClickedCallback(boost::bind(&LLFloaterReg::toggleInstance, sdname, LLSD())); } // static |