diff options
author | Merov Linden <merov@lindenlab.com> | 2013-02-13 15:36:53 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-02-13 15:36:53 -0800 |
commit | 61ac85c5434b8273277e550bf184663090a59d1c (patch) | |
tree | a95562ac6d5d9b36497a8b0cc0248ddc40afbffc /indra/newview/llfloaterimcontainer.h | |
parent | 2f49f5ed0e03375df97c877f139f2283f1a1376d (diff) | |
parent | 017f9cad769161ae7ef8fdf509685c36192678ae (diff) |
Pull merge from lindenlab/viewer-chui
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
-rw-r--r-- | indra/newview/llfloaterimcontainer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h index a28dba3b98..265ae8df4c 100644 --- a/indra/newview/llfloaterimcontainer.h +++ b/indra/newview/llfloaterimcontainer.h @@ -140,8 +140,9 @@ private: const LLConversationItem * getCurSelectedViewModelItem(); void getParticipantUUIDs(uuid_vec_t& selected_uuids); void doToSelected(const LLSD& userdata); - bool checkContextMenuItem(const LLSD& userdata); - bool enableContextMenuItem(const LLSD& userdata); + bool checkContextMenuItem(const LLSD& userdata); + bool enableContextMenuItem(const LLSD& userdata); + bool visibleContextMenuItem(const LLSD& userdata); void doToSelectedConversation(const std::string& command, uuid_vec_t& selectedIDS); void doToSelectedGroup(const LLSD& userdata); |