This commit is contained in:
Yann Leboulanger 2005-03-02 10:47:41 +00:00
parent 5bf6d6c0ef
commit 2b7e3bcdbb
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class infoUser_Window:
self.xml.get_widget('log_checkbutton').set_active(log)
resources = self.user.resource + ' (' + str(self.user.priority) + ')'
if not self.user.status:
user.status = ''
self.user.status = ''
stats = self.user.show + ' : ' + self.user.status
for u in self.plugin.roster.contacts[self.account][self.user.jid]:
if u.resource != self.user.resource: