Refresh the tab when we receive a chat state

This commit is contained in:
Florent Le Coz 2011-02-24 20:31:34 +01:00
parent d0b1349cf4
commit 3f41cc8967

View file

@ -243,6 +243,8 @@ class Core(object):
if not tab:
return
tab.chatstate = state
if tab == self.current_tab():
self.refresh_window()
def open_new_form(self, form, on_cancel, on_send, **kwargs):
"""