Fix Issue 628: Currency exchanges no longer notify in chat

This commit is contained in:
Lirusaito
2013-02-06 16:44:08 -05:00
parent 3d9c287410
commit 604acd8939

View File

@@ -5744,7 +5744,6 @@ void process_money_balance_reply( LLMessageSystem* msg, void** )
LLNotificationsUtil::add("SystemMessage", args);
// Also send notification to chat -- MC
LLChat chat(desc);
LLFloaterChat::addChat(desc);
}
}
@@ -5939,6 +5938,8 @@ static void process_money_balance_reply_extended(LLMessageSystem* msg)
boost::bind(&LLNotificationsUtil::add,
notification, final_args, payload));
}
if (!no_transaction_clutter) LLFloaterChat::addChat(message); // Alerts won't automatically log to chat.
}
bool handle_prompt_for_maturity_level_change_callback(const LLSD& notification, const LLSD& response)