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'
elif type == 'recv':
try:
name = self.plugin.roster.contacts[self.jid][0].name
name = self.plugin.roster.contacts[self.account][self.jid][0].name
except:
name = None
if not name: