diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-14 16:07:03 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-14 16:07:03 -0700 |
commit | 37dcc335321fb7a16b99fe4f159aa68ad8ec5d76 (patch) | |
tree | 061d8f7e64f15a0be0e7cc571048853b21458e73 /indra/newview/llpanelpeople.h | |
parent | f5fb235aac7bb437416d5c665ff43ed5685a6755 (diff) |
ACME-558 Update LLPanelPeople to use the friends list callback and remove the timer dependencies
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rwxr-xr-x | indra/newview/llpanelpeople.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h index 633f475be7..1cd2a05e91 100755 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -88,7 +88,7 @@ private: void updateSuggestedFriendList(); void updateNearbyList(); void updateRecentList(); - void updateFacebookList(); + void updateFacebookList(bool visible); bool isItemsFreeOfFriends(const uuid_vec_t& uuids); |