diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2009-12-14 16:43:34 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2009-12-14 16:43:34 +0200 |
commit | 222dfaef0aa16ced2fd6285763467e5bfa8ed574 (patch) | |
tree | e2a86b5a1cff2a251ce35bf4d12b4c1d140ec1f4 /indra/newview/llimfloater.h | |
parent | f446e2b94d05315a09e3068b258a606986ec8872 (diff) |
fixed EXT-3372 [BSI] Typing notification in IM displayed although Resident isn't typing
Added explicit resetting of IM floater's title as it was done in 1.23
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index f90bc35c34..3184fd8e35 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -109,6 +109,9 @@ public: static void initIMFloater(); + //used as a callback on receiving new IM message + static void sRemoveTypingIndicator(const LLSD& data); + private: // process focus events to set a currently active session /* virtual */ void onFocusLost(); |