diff options
author | Merov Linden <merov@lindenlab.com> | 2012-11-05 18:33:39 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-11-05 18:33:39 -0800 |
commit | 2d9d44e31643214c80bde5ffee03f9b6af6af9d0 (patch) | |
tree | 6b0cb7a8a71acfa0838d97a43ac753e63a81bbfc /indra/newview/llimconversation.cpp | |
parent | e3524a5fe159566edefb0bbc395e94ee3126adec (diff) |
CHUI-468 : WIP : Taking LLAvatarList and related out of LLParticipantList
Diffstat (limited to 'indra/newview/llimconversation.cpp')
-rw-r--r-- | indra/newview/llimconversation.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llimconversation.cpp b/indra/newview/llimconversation.cpp index de769d95ac..62712a5c7c 100644 --- a/indra/newview/llimconversation.cpp +++ b/indra/newview/llimconversation.cpp @@ -485,7 +485,8 @@ LLConversationViewParticipant* LLIMConversation::createConversationViewParticipa void LLIMConversation::onSortMenuItemClicked(const LLSD& userdata) { - // TODO: Check this code when sort order menu will be added. (EM) + // *TODO: Check this code when sort order menu will be added. (EM) + /* if (!getParticipantList()) { return; @@ -497,7 +498,7 @@ void LLIMConversation::onSortMenuItemClicked(const LLSD& userdata) { getParticipantList()->setSortOrder(LLParticipantList::E_SORT_BY_NAME); } - + */ } void LLIMConversation::onIMSessionMenuItemClicked(const LLSD& userdata) |