diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-07 13:13:11 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-07 13:13:11 +0200 |
commit | a0c82a20e3ef3316d2e2c15eecb5a6c2267eeaad (patch) | |
tree | cc09cf4e5667e16b5020bdb246a43dc312dc94cf /indra/newview/llpanelpeople.h | |
parent | c6177836ecbe95f75d79f572303a879bf37b3226 (diff) |
Fixed normal bug EXT-3128 ("Ability to add friend" isn't disabled from "choose resident" ("+" btn) menu when resident is already a friend)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r-- | indra/newview/llpanelpeople.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h index bd1b155947..a9cc6d0ccb 100644 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -72,6 +72,7 @@ private: void updateRecentList(); bool isFriendOnline(const LLUUID& id); + bool isItemsFreeOfFriends(const std::vector<LLUUID>& uuids); void updateButtons(); std::string getActiveTabName() const; |