add comment which is always there instead of just commit comment
This commit is contained in:
parent
3dc204b06c
commit
4e1b9de560
|
@ -470,7 +470,7 @@ class Chat:
|
|||
buffer = message_textview.get_buffer()
|
||||
if buffer.get_char_count():
|
||||
buffer.insert_at_cursor(' %s ' % d)
|
||||
else:
|
||||
else: # we are the beginning of buffer
|
||||
buffer.insert_at_cursor('%s ' % d)
|
||||
message_textview.grab_focus()
|
||||
|
||||
|
|
Loading…
Reference in New Issue