Philipp Hörist pushed to branch master at gajim / gajim
Commits:
5b224977 by lovetox at 2022-03-06T14:33:55+01:00
StartChat: Invalidate filter when search is empty
- - - - -
1 changed file:
- gajim/gtk/start_chat.py
Changes:
=====================================
gajim/gtk/start_chat.py
=====================================
@@ -532,6 +532,7 @@ def _on_search_changed(self, search_entry: Gtk.SearchEntry)
-> None:
search_text = search_entry.get_text()
if not search_text:
self._remove_new_jid_row()
+ self._ui.listbox.invalidate_filter()
return
try:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/5b224977865deca38b0bd16e518e1d8b3d3a3ed3
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/5b224977865deca38b0bd16e518e1d8b3d3a3ed3
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