summaryrefslogtreecommitdiff
path: root/indra/newview/llchiclet.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2009-10-29 14:49:47 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2009-10-29 14:49:47 +0200
commit3f909445e100e1624c52a043eed8c8a6e00b2b61 (patch)
tree6c14d0524cec3c6e276bfe1e005b156ff125b6da /indra/newview/llchiclet.cpp
parent138a9aeb88813d6cf87c030a0ebba10e14a8f519 (diff)
parent97a0108125ee3944ff3cde0f1ba4aeb21db4b2a9 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r--indra/newview/llchiclet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp
index 61a60a24be..4ff360cd74 100644
--- a/indra/newview/llchiclet.cpp
+++ b/indra/newview/llchiclet.cpp
@@ -1398,7 +1398,7 @@ void LLTalkButton::onClick_ShowBtn()
LLAvatarListItem* item = new LLAvatarListItem();
- item->showStatus(true);
+ item->showLastInteractionTime(false);
item->showInfoBtn(true);
item->showSpeakingIndicator(true);
item->reshape(mPrivateCallPanel->getRect().getWidth(), item->getRect().getHeight(), FALSE);