diff options
author | Richard Linden <none@none> | 2010-07-09 14:30:49 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-07-09 14:30:49 -0700 |
commit | 5b1386e5b6e147f2b253ca4e5f0ba3ee831f08a9 (patch) | |
tree | 061dd6e1ae8c1cb12f2f0d7071acabd6487365a2 /indra/newview/llinspectobject.cpp | |
parent | 05e6faf38172ab701ef2483408bffa9cceb4142e (diff) | |
parent | ded3253d1f3d81421c2159805bc3df4f81e13d53 (diff) |
merge
Diffstat (limited to 'indra/newview/llinspectobject.cpp')
-rw-r--r-- | indra/newview/llinspectobject.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llinspectobject.cpp b/indra/newview/llinspectobject.cpp index a2b5ffbac4..cb7b338e95 100644 --- a/indra/newview/llinspectobject.cpp +++ b/indra/newview/llinspectobject.cpp @@ -161,8 +161,7 @@ BOOL LLInspectObject::postBuild(void) // Hide floater when name links clicked LLTextBox* textbox = getChild<LLTextBox>("object_creator"); - textbox->mURLClickSignal.connect( - boost::bind(&LLInspectObject::closeFloater, this, false) ); + textbox->setURLClickedCallback(boost::bind(&LLInspectObject::closeFloater, this, false) ); // Hook up functionality getChild<LLUICtrl>("buy_btn")->setCommitCallback( |