From 6676f145e1d00cbbf48b26bb68d74070afbda7df Mon Sep 17 00:00:00 2001 From: Beeks Date: Fri, 24 Sep 2010 20:01:27 -0400 Subject: [PATCH] More Dummy View stuff. Signed-off-by: Beeks --- indra/newview/llchatbar.cpp | 2 +- indra/newview/llpanelavatar.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/newview/llchatbar.cpp b/indra/newview/llchatbar.cpp index ed63e359b..43873435e 100644 --- a/indra/newview/llchatbar.cpp +++ b/indra/newview/llchatbar.cpp @@ -213,7 +213,7 @@ void LLChatBar::refresh() childSetValue("History", LLFloaterChat::instanceVisible(LLSD())); childSetEnabled("Say", mInputEditor->getText().size() > 0); - childSetEnabled("Shout", mInputEditor->getText().size() > 0); + //childSetEnabled("Shout", mInputEditor->getText().size() > 0); createDummyWidget Making Dummy -HgB } diff --git a/indra/newview/llpanelavatar.cpp b/indra/newview/llpanelavatar.cpp index d86c81785..9684f2be6 100644 --- a/indra/newview/llpanelavatar.cpp +++ b/indra/newview/llpanelavatar.cpp @@ -249,11 +249,11 @@ void LLPanelAvatarSecondLife::clearControls() { group_list->deleteAllItems(); } - LLScrollListCtrl* ratings_list = getChild("ratings"); + /*LLScrollListCtrl* ratings_list = getChild("ratings"); createDummyWidget Making Dummy -HgB if(ratings_list) { ratings_list->deleteAllItems(); - } + }*/ }