diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-08-16 13:47:46 +0300 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-08-16 13:47:46 +0300 |
commit | 9a49dbcc456e1313750d5f8b127f29945f8d7ba9 (patch) | |
tree | 3433bfb7188af6ff51c03573ff4fc69416489868 /indra/newview/llimfloatercontainer.cpp | |
parent | 3d2045877c07810188ecbd4aac14befea57ddfb3 (diff) |
CHUI-299 (User can start IM session with themselves) FIXED: agent was excluded from the search results
Diffstat (limited to 'indra/newview/llimfloatercontainer.cpp')
-rw-r--r-- | indra/newview/llimfloatercontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimfloatercontainer.cpp b/indra/newview/llimfloatercontainer.cpp index 6b7912205e..1e136b721c 100644 --- a/indra/newview/llimfloatercontainer.cpp +++ b/indra/newview/llimfloatercontainer.cpp @@ -414,7 +414,7 @@ void LLIMFloaterContainer::updateState(bool collapse, S32 delta_width) void LLIMFloaterContainer::onAddButtonClicked() { - LLFloaterAvatarPicker* picker = LLFloaterAvatarPicker::show(boost::bind(&LLIMFloaterContainer::onAvatarPicked, this, _1), TRUE, TRUE); + LLFloaterAvatarPicker* picker = LLFloaterAvatarPicker::show(boost::bind(&LLIMFloaterContainer::onAvatarPicked, this, _1), TRUE, TRUE, TRUE); LLFloater* root_floater = gFloaterView->getParentFloater(this); if (picker && root_floater) { |