summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-06-10 11:38:41 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-06-10 11:38:41 +0100
commit9370ffac47665c309c28fb075b26d8da43192e23 (patch)
tree2d74aeee65b3251991545a341f7fd55538f0fa51 /indra/newview/llavataractions.cpp
parent5f53ba9af70fac74d7f80393604a9f7c723be625 (diff)
parenta61c8d2272ee709595655024d57a41bfa1ed5354 (diff)
merge from PE's viewer-release
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rw-r--r--indra/newview/llavataractions.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp
index 01d6c3a8d5..2dafe295fe 100644
--- a/indra/newview/llavataractions.cpp
+++ b/indra/newview/llavataractions.cpp
@@ -656,6 +656,8 @@ void LLAvatarActions::shareWithAvatars()
LLFloaterAvatarPicker* picker =
LLFloaterAvatarPicker::show(boost::bind(give_inventory, _1, _2), TRUE, FALSE);
picker->setOkBtnEnableCb(boost::bind(is_give_inventory_acceptable));
+ picker->openFriendsTab();
+ LLNotificationsUtil::add("ShareNotification");
}
// static