From c64f69a1a446d50a01eb2f5e0e28e237663bd8f2 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 1 Nov 2013 19:10:49 +0100 Subject: [PATCH] correctly show nickname when we restore previous conversation lines with chat_merge_consecutive_nickname enabled. Fixes #7534 --- src/chat_control.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chat_control.py b/src/chat_control.py index 2dbd3e89c..8570364cc 100644 --- a/src/chat_control.py +++ b/src/chat_control.py @@ -3023,6 +3023,7 @@ class ChatControl(ChatControlBase): 'remove it (all history will be lost).') % common.logger.LOG_DB_PATH) rows = [] local_old_kind = None + self.conv_textview.just_cleared = True for row in rows: # row[0] time, row[1] has kind, row[2] the message if not row[2]: # message is empty, we don't print it continue