diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-04 14:05:13 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-04 14:05:13 -0700 |
commit | 6bf2dad1cc8df2769a0833786bc16eea96649d6d (patch) | |
tree | de2c5b829070ad2f1fbd28d31d6a879e2d81e85c /indra/newview/llpanelpeople.cpp | |
parent | ad7dc22ad5d48d703c2cf20fb77ff69dcf3ae820 (diff) |
ACME-484: Right-click menu only has 'Add Friend' and 'View Profile' options. Also multi-select is disabled.
Diffstat (limited to 'indra/newview/llpanelpeople.cpp')
-rwxr-xr-x | 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 2a14978a95..5bc645bcfd 100755 --- a/indra/newview/llpanelpeople.cpp +++ b/indra/newview/llpanelpeople.cpp @@ -689,7 +689,7 @@ BOOL LLPanelPeople::postBuild() mRecentList->setContextMenu(&LLPanelPeopleMenus::gPeopleContextMenu); mAllFriendList->setContextMenu(&LLPanelPeopleMenus::gPeopleContextMenu); mOnlineFriendList->setContextMenu(&LLPanelPeopleMenus::gPeopleContextMenu); - mSuggestedFriends->setContextMenu(&LLPanelPeopleMenus::gPeopleContextMenu); + mSuggestedFriends->setContextMenu(&LLPanelPeopleMenus::gSuggestedFriendsContextMenu); //===Temporary ======================================================================== |