From 380b82c7ee562877d25b9b67c1ebf5b79b126fad Mon Sep 17 00:00:00 2001
From: AlexanderP ProductEngine <apaschenko@productengine.com>
Date: Tue, 20 Nov 2012 12:55:38 +0200
Subject: [PATCH] CHUI-487, CHUI-488 Commented out demo

---
 indra/newview/llfloaterimsessiontab.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 42e7e6cb553..9795df78ae8 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 -----
 	}
 	
-- 
GitLab