diff options
author | Richard Linden <none@none> | 2012-05-18 13:20:57 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-05-18 13:20:57 -0700 |
commit | 7251f780ff5ecf1c804e1d198bbeb015290c919a (patch) | |
tree | 9233b76afd84f861a81133d0821f0e57006e6417 /indra/newview/llavataractions.cpp | |
parent | a572f31ffb79ddfd61bcbb4b6fcb79bfa796d191 (diff) | |
parent | 296e55c1b323c05b6544b69ace04afe19102396b (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rwxr-xr-x | indra/newview/llavataractions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index ac14ec2cc0..aa626a9a30 100755 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -1024,7 +1024,6 @@ void LLAvatarActions::requestFriendship(const LLUUID& target_id, const std::stri LLSD payload; payload["from_id"] = target_id; - payload["SUPPRESS_TOAST"] = true; LLNotificationsUtil::add("FriendshipOffered", args, payload); } |