diff options
author | Merov Linden <merov@lindenlab.com> | 2013-03-12 19:38:01 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-03-12 19:38:01 -0700 |
commit | cb6574c905806feac3846733ca0ead77e431beb1 (patch) | |
tree | 0a6baaa1452568a7d3d8c5184e43431630edee95 /indra/newview | |
parent | 130c11c9fe9edc315229f30c338698f0463d0ee4 (diff) |
CHUI-845 : Avoid some xml param parsing error that seems to be linked with crashers
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index faeb860712..85b25afe43 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -253,6 +253,7 @@ BOOL LLFloaterIMSessionTab::postBuild() p.root = NULL; p.use_ellipses = true; p.options_menu = "menu_conversation.xml"; + p.name = "root"; mConversationsRoot = LLUICtrlFactory::create<LLFolderView>(p); mConversationsRoot->setCallbackRegistrar(&mCommitCallbackRegistrar); // Attach that root to the scroller |