From be643bad124d8ecab564d9aa4ebad8967389eb67 Mon Sep 17 00:00:00 2001 From: Travis Shirk Date: Fri, 20 Jan 2006 03:43:52 +0000 Subject: [PATCH] chatstate fix for #1417 --- src/groupchat_control.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/groupchat_control.py b/src/groupchat_control.py index c99985ce0..16bcc1f93 100644 --- a/src/groupchat_control.py +++ b/src/groupchat_control.py @@ -1044,6 +1044,8 @@ class GroupchatControl(ChatControlBase): if not state: # add the focus-out line to the tab we are leaving self.check_and_possibly_add_focus_out_line() + # Sending active to undo unread state + self.parent_win.redraw_tab(self.contact, 'active') def get_specific_unread(self): # returns the number of the number of unread msgs