Bug #363993 --> ModifyCard is not a property of nsIAbMDBDirectory, it is a property of nsIAbDirectory. sr=bienvenu

This commit is contained in:
scott%scott-macgregor.org 2006-12-16 01:11:58 +00:00
Родитель 1d51cd2a70
Коммит 2155915db1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2345,7 +2345,7 @@ function allowRemoteContentForSender()
}
var allowRemoteContent = false;
if (cardForEmailAddress)
if (cardForEmailAddress && addrbook instanceof Components.interfaces.nsIAbDirectory)
{
// set the property for remote content
cardForEmailAddress.allowRemoteContent = true;