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

little bugfix

parent 9d49c12d
No related branches found
No related tags found
No related merge requests found
......@@ -577,7 +577,7 @@ class Chat:
visible_rect = conversation_textview.get_visible_rect()
end = False
if end_rect.y <= (visible_rect.y + visible_rect.height) or \
(contact and contact != 'status'):
(kind == 'outgoing'):
#we are at the end or we are sending something
end = True
conversation_textview.scroll_to_mark(conversation_buffer.\
......
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