diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-26 12:21:45 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-26 12:21:45 +0200 |
commit | 5e2d18037d17078c3e0575c1ef72307acda7f9b1 (patch) | |
tree | f80faff29607fdf3a727c6214fe4a5823122f852 | |
parent | 5383fb70c3a3b4abd1262825a5323cce5fb1a1e0 (diff) |
EXT-700 “"Offer" notifications should be accessible via chiclet”
made teleport offers not spawn chiclet;
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llnotificationhandlerutil.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llnotificationhandlerutil.cpp b/indra/newview/llnotificationhandlerutil.cpp index 59351fcf47..34807485a6 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 |