From e2a2b2c6c873f3dda6ca4f736deb00aff0e2b891 Mon Sep 17 00:00:00 2001 From: lovetox <philipp@hoerist.com> Date: Sun, 4 Apr 2021 23:45:06 +0200 Subject: [PATCH] show info messages --- gajim/gtk/conversation/rows/info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gajim/gtk/conversation/rows/info.py b/gajim/gtk/conversation/rows/info.py index 2a0184cf61..31e9c6d4bf 100644 --- a/gajim/gtk/conversation/rows/info.py +++ b/gajim/gtk/conversation/rows/info.py @@ -65,3 +65,4 @@ def __init__(self, graphics=graphics) self.grid.attach(self.textview, 1, 0, 1, 1) + self.show_all() -- GitLab