change a function name that has not been changed

This commit is contained in:
Yann Leboulanger 2005-04-23 10:00:10 +00:00
parent f288ede1eb
commit efa3d4ef68
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ class Roster_window:
self.draw_contact(user.jid, account)
#Print status in chat window
if self.plugin.windows[account]['chats'].has_key(user.jid):
self.plugin.windows[account]['chats'][user.jid].set_image(user.jid)
self.plugin.windows[account]['chats'][user.jid].set_state_image(user.jid)
name = user.name
if user.resource != '':
name += '/' + user.resource