change a function name that has not been changed
This commit is contained in:
parent
f288ede1eb
commit
efa3d4ef68
|
@ -410,7 +410,7 @@ class Roster_window:
|
||||||
self.draw_contact(user.jid, account)
|
self.draw_contact(user.jid, account)
|
||||||
#Print status in chat window
|
#Print status in chat window
|
||||||
if self.plugin.windows[account]['chats'].has_key(user.jid):
|
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
|
name = user.name
|
||||||
if user.resource != '':
|
if user.resource != '':
|
||||||
name += '/' + user.resource
|
name += '/' + user.resource
|
||||||
|
|
Loading…
Reference in New Issue