summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-05-18 13:20:57 -0700
committerRichard Linden <none@none>2012-05-18 13:20:57 -0700
commit7251f780ff5ecf1c804e1d198bbeb015290c919a (patch)
tree9233b76afd84f861a81133d0821f0e57006e6417 /indra/newview/llavataractions.cpp
parenta572f31ffb79ddfd61bcbb4b6fcb79bfa796d191 (diff)
parent296e55c1b323c05b6544b69ace04afe19102396b (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rwxr-xr-xindra/newview/llavataractions.cpp1
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);
}