diff options
author | Andrew Polunin <apolunin@productengine.com> | 2009-11-05 20:17:16 +0200 |
---|---|---|
committer | Andrew Polunin <apolunin@productengine.com> | 2009-11-05 20:17:16 +0200 |
commit | e638e77047510eb9ddf49f7e981a5742561721d7 (patch) | |
tree | 03247e3b8ad99d612bf7d82393d6c8fd8df38454 /indra/newview/llpanelpeople.cpp | |
parent | 888bc27cf655d5d64325241b2516795e58e16064 (diff) |
fixed normal bug EXT-2029 Double clicking group does not start chat
--HG--
branch : product-engine
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 2f8fae0f5d..c8bb3d5353 100644 --- a/indra/newview/llpanelpeople.cpp +++ b/indra/newview/llpanelpeople.cpp @@ -454,7 +454,7 @@ BOOL LLPanelPeople::postBuild() mNearbyList->setCommitCallback(boost::bind(&LLPanelPeople::onAvatarListCommitted, this, mNearbyList)); mRecentList->setCommitCallback(boost::bind(&LLPanelPeople::onAvatarListCommitted, this, mRecentList)); - mGroupList->setDoubleClickCallback(boost::bind(&LLPanelPeople::onGroupInfoButtonClicked, this)); + mGroupList->setDoubleClickCallback(boost::bind(&LLPanelPeople::onChatButtonClicked, this)); mGroupList->setCommitCallback(boost::bind(&LLPanelPeople::updateButtons, this)); LLAccordionCtrlTab* accordion_tab = getChild<LLAccordionCtrlTab>("tab_all"); |