diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2012-10-24 13:06:30 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2012-10-24 13:06:30 +0300 |
commit | 06978c99d12a1261f3834fa2ebc19e24c54fd1d4 (patch) | |
tree | da09f8adce3cbdaaf166419ae7905cfbd6848052 /indra/newview/llimfloatercontainer.h | |
parent | 873d03e96f8fe10705e99a5ef1c1baca96fb2325 (diff) |
CHUI-430 FIXED Open Nearby chat if is is the only conversation in the list.
Diffstat (limited to 'indra/newview/llimfloatercontainer.h')
-rw-r--r-- | indra/newview/llimfloatercontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloatercontainer.h b/indra/newview/llimfloatercontainer.h index ba2d085858..75fed18502 100644 --- a/indra/newview/llimfloatercontainer.h +++ b/indra/newview/llimfloatercontainer.h @@ -138,6 +138,7 @@ private: void moderateVoiceAllParticipants(bool unmute); void moderateVoiceParticipant(const LLUUID& avatar_id, bool unmute); void toggleAllowTextChat(const LLUUID& participant_uuid); + void openNearbyChat(); LLButton* mExpandCollapseBtn; LLLayoutPanel* mMessagesPane; |