From 7238ce83456b70f64efd15ba522d95ed526f4827 Mon Sep 17 00:00:00 2001 From: Andrew Dyukov Date: Tue, 9 Mar 2010 17:55:53 +0200 Subject: 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 --- indra/newview/llnotificationhandlerutil.cpp | 1 - 1 file changed, 1 deletion(-) 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(); } -- cgit v1.2.3