diff options
author | Merov Linden <merov@lindenlab.com> | 2013-01-15 14:27:01 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-01-15 14:27:01 -0800 |
commit | 27a32d34baa20f54adc0719877f9ed89204c80ba (patch) | |
tree | ae713b29a8af35e701670f7ef55b60d8bd786e05 /indra/newview/llfloaterimsession.h | |
parent | a49d3b14254fa5cfac3900e86b2287a016eaf9cc (diff) | |
parent | 235a3477364c6747d7724a090ca61adbcbeac272 (diff) |
Merge with lindenlab/viewer-chui
Diffstat (limited to 'indra/newview/llfloaterimsession.h')
-rw-r--r-- | indra/newview/llfloaterimsession.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsession.h b/indra/newview/llfloaterimsession.h index 6a2f4b29eb..2049cedfd7 100644 --- a/indra/newview/llfloaterimsession.h +++ b/indra/newview/llfloaterimsession.h @@ -132,6 +132,7 @@ public: static boost::signals2::connection setIMFloaterShowedCallback(const floater_showed_signal_t::slot_type& cb); static floater_showed_signal_t sIMFloaterShowedSignal; + bool needsTitleOverwrite() { return mSessionNameUpdatedForTyping && mOtherTyping; } private: /*virtual*/ void refresh(); @@ -182,6 +183,7 @@ private: bool mShouldSendTypingState; LLFrameTimer mTypingTimer; LLFrameTimer mTypingTimeoutTimer; + bool mSessionNameUpdatedForTyping; bool mSessionInitialized; LLSD mQueuedMsgsForInit; |