diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-06-21 15:18:05 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-06-21 15:18:05 -0700 |
commit | e2f9276a083f5883e250b0edcc5c68273985be8b (patch) | |
tree | 091801db6fbcdb1c83fb1713b5d017f621726cea /indra/newview/llavataractions.h | |
parent | 917e2d18973bd17929d589ee58b3f47a09c7157b (diff) |
EXP-877 Profile button not active when selecting items in Marketplace inbox
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r-- | indra/newview/llavataractions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h index 956fed7461..fbfd815f41 100644 --- a/indra/newview/llavataractions.h +++ b/indra/newview/llavataractions.h @@ -36,6 +36,7 @@ class LLInventoryPanel; + /** * Friend-related actions (add, remove, offer teleport, etc) */ @@ -196,6 +197,8 @@ public: */ static bool canShareSelectedItems(LLInventoryPanel* inv_panel = NULL); + static std::set<LLUUID> getInventorySelectedUUIDs(); + private: static bool callbackAddFriendWithMessage(const LLSD& notification, const LLSD& response); static bool handleRemove(const LLSD& notification, const LLSD& response); |