diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2012-08-21 20:04:13 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-08-21 20:04:13 +0300 |
commit | b93e2f7c84a8e14d7ca6c58c35183216a7fbf5bb (patch) | |
tree | 54de16f29c0d4a10287e4821596d91f707955638 /indra/newview/llconversationloglistitem.h | |
parent | f809409de5df3f5ddef24433a4310b18caf3cd8a (diff) |
CHUI-297 FIXED (Double clicking line item in conversation log does not start IM with User)
- Added callback on double click which initiates IM session with selected conversation log list item
Diffstat (limited to 'indra/newview/llconversationloglistitem.h')
-rw-r--r-- | indra/newview/llconversationloglistitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llconversationloglistitem.h b/indra/newview/llconversationloglistitem.h index deba7d4563..8943e11604 100644 --- a/indra/newview/llconversationloglistitem.h +++ b/indra/newview/llconversationloglistitem.h @@ -62,6 +62,8 @@ public: void highlightNameDate(const std::string& highlited_text); + void onDoubleClick(); + private: void initIcons(); |