diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-11-26 18:14:26 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-11-26 18:14:26 +0200 |
commit | 37116479d299f23a289e39accc3899d6ea977203 (patch) | |
tree | 3d182eb73476e368ab911c6749c484919ea08d29 /indra/newview/llpanelpeople.h | |
parent | 65b3cd14caa9a53f528b1f4b9c1c838fc3ef803b (diff) |
STORM-557 FIXED Update the "add/remove friend" buttons in the nearby/recent people panels whenever our friend list changes.
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 4412aed062..b496bb3779 100644 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -152,6 +152,7 @@ private: Updater* mFriendListUpdater; Updater* mNearbyListUpdater; Updater* mRecentListUpdater; + Updater* mButtonsUpdater; LLMenuButton* mNearbyGearButton; LLMenuButton* mFriendsGearButton; |