fixed EXT-4736 There's an ability to block system notifications from nearby chat

--HG--
branch : product-engine
master
Igor Borovkov 2010-01-29 17:04:17 +02:00
parent d643a16c38
commit 015453dbc7
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ protected:
showSystemContextMenu(x,y);
if(mSourceType == CHAT_SOURCE_AGENT)
showAvatarContextMenu(x,y);
if(mSourceType == CHAT_SOURCE_OBJECT)
if(mSourceType == CHAT_SOURCE_OBJECT && SYSTEM_FROM != mFrom)
showObjectContextMenu(x,y);
}