add comment which is always there instead of just commit comment

This commit is contained in:
Nikos Kouremenos 2005-11-20 14:11:50 +00:00
parent 3dc204b06c
commit 4e1b9de560
1 changed files with 1 additions and 1 deletions

View File

@ -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()