From a6bf5b30c01c28e6d33acf72d80ce76bc7e40374 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 5 Sep 2005 00:29:20 +0000 Subject: [PATCH] fix comment --- src/chat.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/chat.py b/src/chat.py index 85de83007..258fb514a 100644 --- a/src/chat.py +++ b/src/chat.py @@ -290,7 +290,8 @@ class Chat: if gtk.gtk_version >= (2, 8, 0) and gtk.pygtk_version >= (2, 8, 0): if widget.props.urgency_hint: widget.props.urgency_hint = False - # Undo "unread" state display, etc. But note, there is not chatstate past here + # Undo "unread" state display, etc. + # NOTE: we do not send any chatstate self.redraw_tab(jid) def on_compact_view_menuitem_activate(self, widget):