From 5e2d18037d17078c3e0575c1ef72307acda7f9b1 Mon Sep 17 00:00:00 2001
From: Alexei Arabadji <aarabadji@productengine.com>
Date: Sat, 26 Dec 2009 12:21:45 +0200
Subject: [PATCH] =?UTF-8?q?EXT-700=20=E2=80=9C"Offer"=20notifications=20sh?=
 =?UTF-8?q?ould=20be=20accessible=20via=20chiclet=E2=80=9D=20made=20telepo?=
 =?UTF-8?q?rt=20offers=20not=20spawn=20chiclet;?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

--HG--
branch : product-engine
---
 indra/newview/llnotificationhandlerutil.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/indra/newview/llnotificationhandlerutil.cpp b/indra/newview/llnotificationhandlerutil.cpp
index 59351fcf47a..34807485a62 100644
--- a/indra/newview/llnotificationhandlerutil.cpp
+++ b/indra/newview/llnotificationhandlerutil.cpp
@@ -87,8 +87,7 @@ bool LLHandlerUtil::canSpawnIMSession(const LLNotificationPtr& notification)
 			|| FRIENDSHIP_ACCEPTED == notification->getName()
 			|| USER_GIVE_ITEM == notification->getName()
 			|| INVENTORY_ACCEPTED == notification->getName()
-			|| INVENTORY_DECLINED == notification->getName()
-			|| TELEPORT_OFFERED == notification->getName();
+			|| INVENTORY_DECLINED == notification->getName();
 }
 
 // static
-- 
GitLab