diff --git a/gajim/gtk/conversation/rows/info.py b/gajim/gtk/conversation/rows/info.py index 2a0184cf6130f57ebfe212934e4869a6ff11cfe3..31e9c6d4bffd4439eaf1279ea52a9dc0f60f4d6b 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()