This commit is contained in:
Yann Leboulanger 2006-02-05 10:19:36 +00:00
parent c810c61c41
commit 89d2420473
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ class Contacts:
def is_pm_from_contact(self, account, contact):
'''Returns True if the given contact is a private message contact'''
if isinstance(contact, Contcat):
if isinstance(contact, Contact):
return False
return True