From 5fcae5b06dbb61f02850d4596c865cd61e3befbf Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 16 Mar 2005 19:04:20 +0000
Subject: [PATCH] little bugfix

---
 plugins/gtkgui/chat.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/gtkgui/chat.py b/plugins/gtkgui/chat.py
index 572f607610..80997f470d 100644
--- a/plugins/gtkgui/chat.py
+++ b/plugins/gtkgui/chat.py
@@ -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.\
-- 
GitLab