diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-06-25 21:59:13 +0300 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-06-25 21:59:13 +0300 |
commit | 7f3b27289da2478381dcb4d7e9f05e082e37eaa2 (patch) | |
tree | a6c19a78ca4dcf06b20bc334d5bd99144454a727 | |
parent | 9353a9e6ef071bd980c319d038b1dedb649d2db0 (diff) |
CHUI-168 FIXED Added call of updateHeaderAndToolbar from postBuild for correct floater's title and standard buttons showing at start
-rw-r--r-- | indra/newview/llimconversation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimconversation.cpp b/indra/newview/llimconversation.cpp index f304997abf..d3f3e41a29 100644 --- a/indra/newview/llimconversation.cpp +++ b/indra/newview/llimconversation.cpp @@ -103,6 +103,7 @@ BOOL LLIMConversation::postBuild() } buildParticipantList(); + updateHeaderAndToolbar(); if (isChatMultiTab()) { |