This commit is contained in:
Florent Le Coz 2011-06-18 16:23:41 +02:00
parent 53ee85ea6d
commit f4c2438046

View file

@ -919,7 +919,7 @@ class MucTab(ChatTab):
if status:
leave_msg += ' (%s)' % status
room.add_message(leave_msg)
self.refresh_window()
self.core.refresh_window()
self.core.on_user_left_private_conversation(from_room, from_nick, status)
def on_user_change_status(self, room, user, from_nick, from_room, affiliation, role, show, status):