summaryrefslogtreecommitdiff
path: root/indra/newview/llavatarlist.h
diff options
context:
space:
mode:
authorEugene Kondrashev <ekondrashev@productengine.com>2009-11-02 14:58:41 +0200
committerEugene Kondrashev <ekondrashev@productengine.com>2009-11-02 14:58:41 +0200
commitba539933c7a6ceb78140c8ed422d1c185e9e096e (patch)
tree5583e2bb7a504c17f6040f834a9fadc8290e4a98 /indra/newview/llavatarlist.h
parent40197ed64f5c8238e0798bf5e665d0a2b271e8b8 (diff)
Fixed Normal bug EXT-1975-Remove 'i' and show profile buttons from participant list items(See Communication UI spec)
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llavatarlist.h')
-rw-r--r--indra/newview/llavatarlist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llavatarlist.h b/indra/newview/llavatarlist.h
index 8f2f0249a6..51d3760d39 100644
--- a/indra/newview/llavatarlist.h
+++ b/indra/newview/llavatarlist.h
@@ -59,6 +59,8 @@ public:
{
Optional<bool> ignore_online_status; // show all items as online
Optional<bool> show_last_interaction_time; // show most recent interaction time. *HACK: move this to a derived class
+ Optional<bool> show_info_btn;
+ Optional<bool> show_profile_btn;
Params();
};
@@ -96,6 +98,8 @@ private:
bool mShowLastInteractionTime;
bool mDirty;
bool mShowIcons;
+ bool mShowInfoBtn;
+ bool mShowProfileBtn;
LLTimer* mLITUpdateTimer; // last interaction time update timer
std::string mIconParamName;