[clients_icons] 7.10.7

This commit is contained in:
wurstsalat
2022-11-29 19:41:20 +01:00
parent 14fb45e9f8
commit cc98a4f4f7
2 changed files with 2 additions and 2 deletions

View File

@@ -112,5 +112,5 @@ class ClientsIconsPlugin(GajimPlugin):
client_box.add(label)
children = resource_box.get_children()
box = cast(Gtk.Box, children[9])
box = cast(Gtk.Box, children[0])
box.add(client_box)