diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 42e7e6cb553044834c472d4dd3435845ea43f4ae..9795df78ae8bfbd4f2739c35bc875b26313352a6 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -340,8 +340,8 @@ void LLFloaterIMSessionTab::appendMessage(const LLChat& chat, const LLSD &args) // to demonstrate the correct format call the appropriate functions. // They should be moved to the right places when working on CHUI-486. ~Alex ProductEngine. // ---- start demo ---- - im_box->flashConversationItemWidget(mSessionID, true); // flashing of the conversation's item - gToolBarView->flashCommand(LLCommandId("chat"), true); // flashing of the FUI button "Chat" + // im_box->flashConversationItemWidget(mSessionID, true); // flashing of the conversation's item + // gToolBarView->flashCommand(LLCommandId("chat"), true); // flashing of the FUI button "Chat" // ---- end demo ----- }