diff options
| author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-08-23 15:14:57 -0700 |
|---|---|---|
| committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-08-23 15:14:57 -0700 |
| commit | 5046e77d155bed68cbf9657616b091849c352750 (patch) | |
| tree | c53bf6276400d9bf15b697a1297e2eda3a19a3d2 /indra/newview/llimfloater.cpp | |
| parent | 42701ad3233bfeddf42fb1163f2b83d810b27131 (diff) | |
| parent | ff95dd4a43fd888a9b7353abcbfa701e4844a3a5 (diff) | |
merging in latest changes.
Diffstat (limited to 'indra/newview/llimfloater.cpp')
| -rw-r--r-- | indra/newview/llimfloater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index 5780ac52a5..1c6445610f 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -789,7 +789,7 @@ void LLIMFloater::setVisible(BOOL visible) } } - if (visible) + if (visible && isInVisibleChain()) { sIMFloaterShowedSignal(mSessionID); } |
