From 3e3793b7010371152fc42a2fc7d361f4ac04b231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 16 Jan 2018 00:03:43 +0000 Subject: Use refresh_input in process_presence_buffer to avoid traceback --- poezio/tabs/muctab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio') diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py index fa08ca55..9a1a0821 100644 --- a/poezio/tabs/muctab.py +++ b/poezio/tabs/muctab.py @@ -456,7 +456,7 @@ class MucTab(ChatTab): self.enable_self_ping_event() if self.core.current_tab() is not self: self.refresh_tab_win() - self.core.current_tab().input.refresh() + self.core.current_tab().refresh_input() self.core.doupdate() def handle_presence_unjoined(self, presence, deterministic, own=False): -- cgit v1.2.3