diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-06-10 11:41:59 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-06-10 11:41:59 -0400 |
commit | a37f7ec200963ab97ecd0bc4059ecf4e94fe9232 (patch) | |
tree | d1a2ce3f58dfffb806ea45b0669bf3d0b9d9d987 /indra/newview/llavataractions.cpp | |
parent | 388318c5328d002e316d27500dc91560d176b414 (diff) | |
parent | 9370ffac47665c309c28fb075b26d8da43192e23 (diff) |
automated merge
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rw-r--r-- | indra/newview/llavataractions.cpp | 2 |
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 |