diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-07-05 14:14:35 +0300 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-07-05 14:14:35 +0300 |
commit | 89d8a49f28dac5d99ec05a5201203ec57f72be02 (patch) | |
tree | 35921611dfb2078ee18a965925ffbd16d0a71a36 /indra/newview | |
parent | ff448aed525b8c1d2f05b6a5816ba6855707e4b8 (diff) |
CHUI-197 FIXED Conversation names updating when checked corresponding preference
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llimfloatercontainer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimfloatercontainer.cpp b/indra/newview/llimfloatercontainer.cpp index 134623722c..30a77bef98 100644 --- a/indra/newview/llimfloatercontainer.cpp +++ b/indra/newview/llimfloatercontainer.cpp @@ -104,6 +104,8 @@ BOOL LLIMFloaterContainer::postBuild() collapseMessagesPane(gSavedPerAccountSettings.getBOOL("ConversationsMessagePaneCollapsed")); collapseConversationsPane(gSavedPerAccountSettings.getBOOL("ConversationsListPaneCollapsed")); + LLAvatarNameCache::addUseDisplayNamesCallback( + boost::bind(&LLIMConversation::processChatHistoryStyleUpdate)); return TRUE; } |