diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-12 14:58:28 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-12 14:58:28 +0200 |
commit | 6ea8552289ab6afc2380e6a5328aadba50ab98db (patch) | |
tree | ed91a733f41dbc9dd76f148f21ff914762da4bbc /indra/newview | |
parent | 305cc649697fa347538973f4f70b707529208e02 (diff) |
Fix for normal bug EXT-4149 - Crash in Group Profile - Create New Notice interface.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
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; |