From 4e0d3d8107642f3e97519281dac33a61b0c954f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Mon, 25 Feb 2019 09:16:36 +0000 Subject: affiliations: correctly refresh window MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/tabs/muctab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/tabs/muctab.py') diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py index 657908c2..3985a6c7 100644 --- a/poezio/tabs/muctab.py +++ b/poezio/tabs/muctab.py @@ -1644,7 +1644,7 @@ class MucTab(ChatTab): self._text_buffer.add_message( '%s: %s' % (item.get('jid'), item.get('affiliation')) ) - self.refresh() + self.core.refresh_window() return None @command_args_parser.raw -- cgit v1.2.3