From 6ea8552289ab6afc2380e6a5328aadba50ab98db Mon Sep 17 00:00:00 2001 From: Dmitry Zaporozhan Date: Tue, 12 Jan 2010 14:58:28 +0200 Subject: Fix for normal bug EXT-4149 - Crash in Group Profile - Create New Notice interface. --HG-- branch : product-engine --- indra/newview/llviewermessage.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 2e4e1cf114..00d8851fe9 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -1185,7 +1185,10 @@ bool LLOfferInfo::inventory_offer_callback(const LLSD& notification, const LLSD& { chat.mMuted = TRUE; } - LLFloaterChat::addChatHistory(chat); + + // *NOTE dzaporozhan + // Disabled logging to old chat floater to fix crash in group notices - EXT-4149 + // LLFloaterChat::addChatHistory(chat); LLInventoryFetchComboObserver::folder_ref_t folders; LLInventoryFetchComboObserver::item_ref_t items; -- cgit v1.2.3