redraw transport when we read it's queue

This commit is contained in:
Yann Leboulanger 2006-11-08 16:47:07 +00:00
parent 038c4e4c77
commit f39fd2a861
1 changed files with 1 additions and 1 deletions

View File

@ -1690,7 +1690,7 @@ class ChatControl(ChatControlBase):
control.update_ui()
typ = 'pm'
self.redraw_after_event_removed(jid)
self.redraw_after_event_removed(jid)
if (self.contact.show in ('offline', 'error')):
show_offline = gajim.config.get('showoffline')
show_transports = gajim.config.get('show_transports_group')