diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-07-12 11:14:26 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-07-12 11:14:26 -0700 |
commit | b45271834161018be8c825e96c64d9ef7b67401c (patch) | |
tree | bfa36a69e2ee97a32a5cf2dd06d610cb5c1656bb /indra/newview/llinspectobject.cpp | |
parent | 809a7a3b78f5f14ef22d3a8725e958b1705bd102 (diff) | |
parent | d3f114d6901877bb79ae9719f59d681fa6a9d494 (diff) |
Merged from viewer-release
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( |