diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-11-04 11:51:02 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-11-04 11:51:02 -0700 |
commit | 25c5f8aeb338803ce5a1386595877d15e6ce0aed (patch) | |
tree | 7325bf3dcd8493fab64c4781404b8257f903035d /indra/newview/llchathistory.cpp | |
parent | cb3b02acb15ab8868d89f2a6b5894f8324fd077c (diff) |
DN-189 ??? Showing in tooltip over profile image in IM history
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r-- | indra/newview/llchathistory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index cb5cf4a61d..9153f7325f 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -335,7 +335,7 @@ public: LLAvatarIconCtrl* icon = getChild<LLAvatarIconCtrl>("avatar_icon"); - if(mSourceType != CHAT_SOURCE_AGENT) + if(mSourceType != CHAT_SOURCE_AGENT || mAvatarID.isNull()) icon->setDrawTooltip(false); switch (mSourceType) |