summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-06-04 13:11:15 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-06-04 13:11:15 -0700
commita97770b79a28cd205c9e4a4ddc05c209ee396d85 (patch)
tree32eda047631c697df3309b7ef29fd77fdbd40c31 /indra/newview/llavataractions.cpp
parent36ff13ddf01966260d304605d1d5cb3201389c84 (diff)
parent9696e94b2453e631f2c3bbb437e34196bc34652b (diff)
Merge
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rw-r--r--indra/newview/llavataractions.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp
index 02dbfd0af6..ebd8296fda 100644
--- a/indra/newview/llavataractions.cpp
+++ b/indra/newview/llavataractions.cpp
@@ -643,11 +643,12 @@ namespace action_give_inventory
//static
void LLAvatarActions::shareWithAvatars()
{
- using namespace action_give_inventory;
-
- LLFloaterAvatarPicker* picker =
- LLFloaterAvatarPicker::show(boost::bind(give_inventory, _1, _2), TRUE, FALSE);
- picker->setOkBtnEnableCb(boost::bind(is_give_inventory_acceptable));
+ llerrs << "Needs to be fixed to work with LLAvatarName" << llendl;
+// using namespace action_give_inventory;
+//
+// LLFloaterAvatarPicker* picker =
+// LLFloaterAvatarPicker::show(boost::bind(give_inventory, _1, _2), TRUE, FALSE);
+// picker->setOkBtnEnableCb(boost::bind(is_give_inventory_acceptable));
}
// static