diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-23 11:32:30 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-23 11:32:30 -0500 |
commit | 98c184619b62e1d0e4e0f40613449a643604eba9 (patch) | |
tree | 96ed0f38a0ed6fa03beca39264cc8f8f9ef923ea /indra/newview/llpanelavatar.h | |
parent | 52c27b99b839cccab09b61c5b02ced2e9df0a04b (diff) |
EXT-829 share button in profile inactive
Pass number 2 - re-enabled share button in the locations where it should exist
and disabled it in others. Next pass will be making all buttons functional.
Will be post-reviewed before pushing
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llpanelavatar.h')
-rw-r--r-- | indra/newview/llpanelavatar.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llpanelavatar.h b/indra/newview/llpanelavatar.h index a0caf0c915..587b9cabe9 100644 --- a/indra/newview/llpanelavatar.h +++ b/indra/newview/llpanelavatar.h @@ -172,6 +172,11 @@ protected: */ void pay(); + /** + * opens inventory and IM for sharing items + */ + void share(); + void onUrlTextboxClicked(const std::string& url); void onHomepageTextboxClicked(); void onAddFriendButtonClick(); |