diff options
| author | Nyx Linden <nyx@lindenlab.com> | 2013-04-02 16:02:13 -0400 |
|---|---|---|
| committer | Nyx Linden <nyx@lindenlab.com> | 2013-04-02 16:02:13 -0400 |
| commit | 323a2f2235a52383bcfbae79bdce9e61ca808d2a (patch) | |
| tree | 313d298add46edae3dadc1f3426b8fa68f9452fe /indra/newview/llconversationview.cpp | |
| parent | 557adcabb925acbcc79f39f76f7cb74b6202a8da (diff) | |
| parent | 49731dd21dec5fb8b6e5781940bab5f5fa9600a2 (diff) | |
pulling in sunshine-stable to sunshine-internal.
Diffstat (limited to 'indra/newview/llconversationview.cpp')
| -rwxr-xr-x | indra/newview/llconversationview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index 956abcd586..b6c53e5e30 100755 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -120,7 +120,7 @@ void LLConversationViewSession::setFlashState(bool flash_state) void LLConversationViewSession::startFlashing() { - if (mFlashStateOn && !mFlashStarted) + if (isInVisibleChain() && mFlashStateOn && !mFlashStarted) { mFlashStarted = true; mFlashTimer->startFlashing(); |
