diff options
| -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) | 
