Skip to content
Snippets Groups Projects
Commit f17c4836 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

a space after time in groupchat window

parent f33b9f9f
No related branches found
No related tags found
No related merge requests found
......@@ -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 = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment