a space after time in groupchat window

This commit is contained in:
Yann Leboulanger 2005-03-06 19:24:26 +00:00
parent f33b9f9fb6
commit f17c483632
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ class Groupchat_window:
if not tim:
tim = time.localtime()
tim_format = time.strftime('[%H:%M:%S]', tim)
conversation_buffer.insert(end_iter, tim_format) # CHECK! in tabbed print_conver you have + ' ' here
conversation_buffer.insert(end_iter, tim_format + ' ')
otext = ''
ttext = ''