diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-10-29 14:49:47 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-10-29 14:49:47 +0200 |
commit | 3f909445e100e1624c52a043eed8c8a6e00b2b61 (patch) | |
tree | 6c14d0524cec3c6e276bfe1e005b156ff125b6da /indra/newview/llchiclet.cpp | |
parent | 138a9aeb88813d6cf87c030a0ebba10e14a8f519 (diff) | |
parent | 97a0108125ee3944ff3cde0f1ba4aeb21db4b2a9 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r-- | indra/newview/llchiclet.cpp | 2 |
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); |