diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-07-17 16:43:48 +0300 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-07-17 16:43:48 +0300 |
commit | b3ca0b09dcbe6189d6b1f6d0439b0d9d6f575007 (patch) | |
tree | 4f3aeb0398f14994ca211aaa30f91d23dd9e41a1 /indra/newview/llimconversation.h | |
parent | 8fd35a0a084303073bc40580d69c797c073fb4dc (diff) |
Fixed positioning of conversations into container
Diffstat (limited to 'indra/newview/llimconversation.h')
-rw-r--r-- | indra/newview/llimconversation.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llimconversation.h b/indra/newview/llimconversation.h index 19d1e523f0..e6b4f534cc 100644 --- a/indra/newview/llimconversation.h +++ b/indra/newview/llimconversation.h @@ -89,6 +89,9 @@ protected: void buildParticipantList(); void onSortMenuItemClicked(const LLSD& userdata); + void hideOrShowTitle(); + void hideAllStandardButtons(); + bool mIsNearbyChat; bool mIsP2PChat; bool mWasHosted; |