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

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2022-11-29 21:41:20 +0300
committerwurstsalat <mailtrash@posteo.de>2022-11-29 21:41:20 +0300
commitcc98a4f4f7a9831c662635a454ecf01dab50e7fa (patch)
treeb1d4a3eefc9ba42a3bcb6e5a292849e3639e2ef6
parent14fb45e9f892dd80c3decc3b5c202f349d16fdfd (diff)
[clients_icons] 7.10.7
-rw-r--r--clients_icons/clients_icons.py2
-rw-r--r--clients_icons/plugin-manifest.json2
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