Philipp Hörist pushed to branch master at gajim / gajim
Commits:
09b965e5 by lovetox at 2021-12-08T12:35:19+01:00
SearchView: Destroy rows on removal
- - - - -
1 changed file:
- gajim/gtk/search_view.py
Changes:
=====================================
gajim/gtk/search_view.py
=====================================
@@ -96,6 +96,7 @@ def clear(self):
def _clear_results(self):
for row in self._ui.results_listbox.get_children():
self._ui.results_listbox.remove(row)
+ row.destroy()
def _on_search(self, entry):
self._clear_results()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/09b965e51c50ab5c25d5260469db17fa866c69e7
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/09b965e51c50ab5c25d5260469db17fa866c69e7
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