summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-11-04 11:51:02 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-11-04 11:51:02 -0700
commit25c5f8aeb338803ce5a1386595877d15e6ce0aed (patch)
tree7325bf3dcd8493fab64c4781404b8257f903035d /indra/newview/llchathistory.cpp
parentcb3b02acb15ab8868d89f2a6b5894f8324fd077c (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.cpp2
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)