diff options
author | Merov Linden <merov@lindenlab.com> | 2012-11-06 18:32:45 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-11-06 18:32:45 -0800 |
commit | 8c64fbf1b76e46fa3f5a8f8c6baba30d4583b7ec (patch) | |
tree | 6a3dd8a0c9c7655e6e9ac8abe63641fbcbbba6e0 /indra/newview/llimconversation.h | |
parent | 2abe0fea5c048395a75dd266bb065d8e8abd95a5 (diff) |
CHUI-468 : WIP : More cleanup and fix of the participants sorting in LLIMConversation
Diffstat (limited to 'indra/newview/llimconversation.h')
-rw-r--r-- | indra/newview/llimconversation.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llimconversation.h b/indra/newview/llimconversation.h index ff248d97ff..edcae5e45d 100644 --- a/indra/newview/llimconversation.h +++ b/indra/newview/llimconversation.h @@ -89,7 +89,8 @@ public: void refreshConversation(); void buildConversationViewParticipant(); - + void setSortOrder(const LLConversationSort& order); + protected: // callback for click on any items of the visual states menu @@ -107,8 +108,6 @@ protected: // refresh a visual state of the Call button void updateCallBtnState(bool callIsActive); - void onSortMenuItemClicked(const LLSD& userdata); - void hideOrShowTitle(); // toggle the floater's drag handle void hideAllStandardButtons(); |