From 1e2c6593f5b42726e4402ca2f16ab41afc1480ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 15 Apr 2020 02:52:19 +0200 Subject: plugins/embed: correctly refresh window in Conversation*Tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- plugins/embed.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/embed.py b/plugins/embed.py index 4226c420..0c4a4a2a 100644 --- a/plugins/embed.py +++ b/plugins/embed.py @@ -45,6 +45,4 @@ class Plugin(BasePlugin): typ=1, ) message.send() - # TODO: Fix refreshing. The following doesn't work. - tab.refresh() - self.core.tab_win.refresh() + self.core.refresh_window() -- cgit v1.2.3