summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloatercontainer.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2012-10-01 17:04:13 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2012-10-01 17:04:13 -0700
commit598f5345866c58abdd971935d80f9b53756042c9 (patch)
tree945df8428602b23c4b58a548922c0f8d2f672906 /indra/newview/llimfloatercontainer.h
parent47abe344abb668a7b883674365ea74f30443c6bb (diff)
CHUI-102: Right clicking on a group conversation brings up the correct menu. The user can now view the group profile, activate the group and leave the group.
Diffstat (limited to 'indra/newview/llimfloatercontainer.h')
-rw-r--r--indra/newview/llimfloatercontainer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llimfloatercontainer.h b/indra/newview/llimfloatercontainer.h
index 49a41e5cdd..9754f04fbe 100644
--- a/indra/newview/llimfloatercontainer.h
+++ b/indra/newview/llimfloatercontainer.h
@@ -112,7 +112,9 @@ private:
void setSortOrder(const LLConversationSort& order);
void getSelectedUUIDs(uuid_vec_t& selected_uuids);
- void doToSelected(const LLSD& userdata);
+ const LLConversationItem * getCurSelectedViewModelItem();
+ void doToSelectedAvatar(const LLSD& userdata);
+ void doToSelectedGroup(const LLSD& userdata);
bool checkContextMenuItem(const LLSD& userdata);
bool enableContextMenuItem(const LLSD& userdata);