diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-13 12:59:04 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-13 12:59:04 +0200 |
commit | a569421eca9efb9eb796a1322a961b6aac05cc27 (patch) | |
tree | b8675b965c81413155fb26e36ad5a81b6877cd4a /indra/newview/llchiclet.cpp | |
parent | bed508f9ef3bce8fb67669ab60b01cd4119a7f76 (diff) | |
parent | eb1484a0c9b6a075c900371cc5d7e8c4c0a4f93f (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r-- | indra/newview/llchiclet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 12bbc29858..fd86192650 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -427,7 +427,6 @@ void LLIMP2PChiclet::updateMenuItems() bool is_friend = LLAvatarActions::isFriend(getOtherParticipantId()); mPopupMenu->getChild<LLUICtrl>("Add Friend")->setEnabled(!is_friend); - mPopupMenu->getChild<LLUICtrl>("Remove Friend")->setEnabled(is_friend); } BOOL LLIMP2PChiclet::handleRightMouseDown(S32 x, S32 y, MASK mask) |