diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-20 17:52:17 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-20 17:52:17 -0500 |
commit | 52c27b99b839cccab09b61c5b02ced2e9df0a04b (patch) | |
tree | dec26eba71ecf235519dbb0a4a112ec3a32eaae5 /indra/newview/llavataractions.h | |
parent | ac78a7e8b85dff5c896d31ca06315c2e9775c67e (diff) |
EXT-829 share button in people panel is inactive
First pass at getting share buttons in the three places we need them:
person's profile
IM window
people panel
Only UI changes so far, functionality in a future checkin.
Will be reviewed before pushing.
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r-- | indra/newview/llavataractions.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h index d9dab95a77..4c9851a48d 100644 --- a/indra/newview/llavataractions.h +++ b/indra/newview/llavataractions.h @@ -104,6 +104,11 @@ public: static void pay(const LLUUID& id); /** + * Share items with the avatar. + */ + static void share(const LLUUID& id); + + /** * Block/unblock the avatar. */ static void toggleBlock(const LLUUID& id); |