diff options
author | Merov Linden <merov@lindenlab.com> | 2012-11-21 18:15:24 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-11-21 18:15:24 -0800 |
commit | 7ca2508cc2adcdc5201bd53e814246e156bc6013 (patch) | |
tree | e850a6bf72fd34dbca490ebb4cd7f785b2701960 /indra/newview/llfloaterimsessiontab.h | |
parent | a12464b9cbc40d4584d6968db2092a56fa3f4bc6 (diff) |
CHUI-429 : Completed this though it still doesn't work on Nearby Chat.
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.h')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.h b/indra/newview/llfloaterimsessiontab.h index 0154839287..8efa0955fc 100644 --- a/indra/newview/llfloaterimsessiontab.h +++ b/indra/newview/llfloaterimsessiontab.h @@ -158,9 +158,11 @@ protected: private: // Handling selection and contextual menu - void getSelectedUUIDs(uuid_vec_t& selected_uuids); void doToSelected(const LLSD& userdata); bool enableContextMenuItem(const LLSD& userdata); + bool checkContextMenuItem(const LLSD& userdata); + + void getSelectedUUIDs(uuid_vec_t& selected_uuids); /// Refreshes the floater at a constant rate. virtual void refresh() = 0; |