I deleted this var, was always None, but when does this happen ?

This commit is contained in:
Jean-Marie Traissard 2007-01-09 22:05:27 +00:00
parent f5986fec43
commit 0b3af95972
1 changed files with 2 additions and 1 deletions

View File

@ -1074,7 +1074,8 @@ class ChatControl(ChatControlBase):
chatstate = helpers.get_uf_chatstate(cs)
else:
chatstate = ''
elif chatstate is None:
else:
# When does that happen ? See [7797] and [7804]
chatstate = helpers.get_uf_chatstate(cs)
label_text = '<span %s>%s</span><span %s>%s %s</span>' % \