This commit is contained in:
Yann Leboulanger 2005-07-07 19:29:35 +00:00
parent ee7067a4ec
commit d0299a2f3f
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class HistoryWindow:
tag_msg = 'status' tag_msg = 'status'
elif type == 'recv': elif type == 'recv':
try: try:
name = self.plugin.roster.contacts[self.jid][0].name name = self.plugin.roster.contacts[self.account][self.jid][0].name
except: except:
name = None name = None
if not name: if not name: