summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-05-10 18:25:45 -0700
committerMerov Linden <merov@lindenlab.com>2013-05-10 18:25:45 -0700
commit7c4bfc8f55ebc581ddac0c2394b07b24d240d1a6 (patch)
tree2a37db62b8de474d3ae077966e9f9774ec4342fa /indra/newview/llpanelpeople.h
parentf90d93f75da6481dc1b308dfb76dd767e7623ea5 (diff)
ACME-348 : Completed : Facebook Connect refactored, LLPeoplePanel test list hooked correctly.
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r--indra/newview/llpanelpeople.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h
index 2f74064327..6b5514deaf 100644
--- a/indra/newview/llpanelpeople.h
+++ b/indra/newview/llpanelpeople.h
@@ -88,7 +88,7 @@ private:
void updateFriendList();
void updateNearbyList();
void updateRecentList();
- void updateFbcTestList();
+ void updateFacebookList();
bool isItemsFreeOfFriends(const uuid_vec_t& uuids);
@@ -152,6 +152,7 @@ private:
LLAvatarList* mRecentList;
LLGroupList* mGroupList;
LLSocialList* mFacebookFriends;
+ S32 mFacebookListGeneration;
LLNetMap* mMiniMap;
std::vector<std::string> mSavedOriginalFilters;
@@ -162,7 +163,7 @@ private:
Updater* mFriendListUpdater;
Updater* mNearbyListUpdater;
Updater* mRecentListUpdater;
- Updater* mFbcTestListUpdater;
+ Updater* mFacebookListUpdater;
Updater* mButtonsUpdater;
LLMenuButton* mFBCGearButton;
LLHandle< LLFloater > mPicker;