diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 42e7e6cb55..9795df78ae 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 ----- } |