summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAlexanderP ProductEngine <apaschenko@productengine.com>2012-11-20 12:55:38 +0200
committerAlexanderP ProductEngine <apaschenko@productengine.com>2012-11-20 12:55:38 +0200
commit380b82c7ee562877d25b9b67c1ebf5b79b126fad (patch)
treec929b09d9dc311bda35b4ffa208835dea4aab690 /indra
parent2c2e8b83d02efcdec9ccd3216e64073b4e8e1d57 (diff)
CHUI-487, CHUI-488 Commented out demo
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp4
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 -----
}