diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2010-03-09 17:55:53 +0200 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2010-03-09 17:55:53 +0200 |
commit | 7238ce83456b70f64efd15ba522d95ed526f4827 (patch) | |
tree | 3d34dff056a201cd668d0af3d7e0623563bddc71 /indra/newview/llnotificationhandlerutil.cpp | |
parent | 33133d4d7c5ee060dfbd6cb03fe50d8da0235146 (diff) |
Implemented normal sub-task EXT-5950(Do not spawn IM chiclet for "drop on avatar" inventory offers).
- Removed check for INVENTORY_ACCEPTED from LLHandlerUtil::canSpawnIMSession().
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnotificationhandlerutil.cpp')
-rw-r--r-- | indra/newview/llnotificationhandlerutil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llnotificationhandlerutil.cpp b/indra/newview/llnotificationhandlerutil.cpp index 7b61b200cd..8fb875ee1f 100644 --- a/indra/newview/llnotificationhandlerutil.cpp +++ b/indra/newview/llnotificationhandlerutil.cpp @@ -165,7 +165,6 @@ bool LLHandlerUtil::canSpawnIMSession(const LLNotificationPtr& notification) { return OFFER_FRIENDSHIP == notification->getName() || USER_GIVE_ITEM == notification->getName() - || INVENTORY_ACCEPTED == notification->getName() || INVENTORY_DECLINED == notification->getName() || TELEPORT_OFFERED == notification->getName(); } |