From 1a57fcc4faed0c560832ea9d68f3803846a0b529 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 6 Nov 2011 17:20:59 +0100 Subject: Actually, no, messages are in _text_buffer --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabs.py') diff --git a/src/tabs.py b/src/tabs.py index afeb7c85..7e6c5dd2 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -394,7 +394,7 @@ class ChatTab(Tab): self.input.refresh() def get_conversation_messages(self): - return self.messages + return self._text_buffer.messages def command_say(self, line): raise NotImplementedError -- cgit v1.2.3