From cc98a4f4f7a9831c662635a454ecf01dab50e7fa Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Tue, 29 Nov 2022 19:41:20 +0100 Subject: [PATCH] [clients_icons] 7.10.7 --- clients_icons/clients_icons.py | 2 +- clients_icons/plugin-manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index 0bc1d8f..e668fe2 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -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) diff --git a/clients_icons/plugin-manifest.json b/clients_icons/plugin-manifest.json index f59dd36..1853589 100644 --- a/clients_icons/plugin-manifest.json +++ b/clients_icons/plugin-manifest.json @@ -18,5 +18,5 @@ "gajim>=1.4.0" ], "short_name": "clients_icons", - "version": "7.10.6" + "version": "7.10.7" } \ No newline at end of file