From bfac48aac32ce158eb88b795b52469e7f50c21dc Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sat, 5 Mar 2005 01:32:07 +0000 Subject: [PATCH] http duplicates all data. first it's blue. --- plugins/gtkgui/gtkgui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py index aa6fb99f1..557847f53 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -568,7 +568,7 @@ class tabbed_chat_window: end_iter = conversation_buffer.get_end_iter() break - conversation_buffer.insert(end_iter, otext[end:]) + conversation_buffer.insert(end_iter, otext[start:]) #scroll to the end of the textview conversation_textview.scroll_to_mark(conversation_buffer.get_mark('end'),\