Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2021-12-23 22:57:19 +0300
committerwurstsalat <mailtrash@posteo.de>2021-12-23 22:57:19 +0300
commit4c5cd191037f4bedadd2f58c1730ea3e6306c515 (patch)
tree95769383e873d76a23d1cd5bfff3e9eb845a7cdb /test
parent0e932b85f2d17902c5d03c63e9faf9e4b9fd84ef (diff)
GroupChatInfo: Improve layout and args
Diffstat (limited to 'test')
-rw-r--r--test/gtk/groupchat_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtk/groupchat_info.py b/test/gtk/groupchat_info.py
index 2399c422d..5d79ac59d 100644
--- a/test/gtk/groupchat_info.py
+++ b/test/gtk/groupchat_info.py
@@ -100,7 +100,7 @@ class GroupchatInfo(Gtk.ApplicationWindow):
spacing=18)
self._main_box.set_valign(Gtk.Align.FILL)
- self._muc_info_box = GroupChatInfoScrolled(None)
+ self._muc_info_box = GroupChatInfoScrolled()
self._muc_info_box.set_vexpand(True)
self._main_box.add(self._muc_info_box)