summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2009-11-20 17:52:17 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2009-11-20 17:52:17 -0500
commit52c27b99b839cccab09b61c5b02ced2e9df0a04b (patch)
treedec26eba71ecf235519dbb0a4a112ec3a32eaae5 /indra/newview/llavataractions.cpp
parentac78a7e8b85dff5c896d31ca06315c2e9775c67e (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.cpp')
-rw-r--r--indra/newview/llavataractions.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp
index 0844cca766..a2beb6af93 100644
--- a/indra/newview/llavataractions.cpp
+++ b/indra/newview/llavataractions.cpp
@@ -324,6 +324,12 @@ void LLAvatarActions::pay(const LLUUID& id)
}
}
+//static
+void LLAvatarActions::share(const LLUUID& id)
+{
+ // TODO: share items with selected avatar
+}
+
// static
void LLAvatarActions::toggleBlock(const LLUUID& id)
{