diff --git a/src/roster_window.py b/src/roster_window.py index 3de9d3107..b106c8522 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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