Philipp Hörist pushed to branch master at gajim / gajim
Commits:
acc254fe by lovetox at 2021-03-18T21:31:10+01:00
Blocking: Convert JID to string
- - - - -
1 changed file:
- gajim/gtk/blocking.py
Changes:
=====================================
gajim/gtk/blocking.py
=====================================
@@ -76,7 +76,7 @@ def _on_blocking_list_received(self, task):
self._prev_blocked_jids = set(blocking_list)
self._ui.blocking_store.clear()
for item in blocking_list:
- self._ui.blocking_store.append((item,))
+ self._ui.blocking_store.append((str(item),))
self._set_grid_state(True)
self._disable_spinner()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/acc254fe367cee2f15f1bcea55e9fce9faa327e5
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/acc254fe367cee2f15f1bcea55e9fce9faa327e5
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits