Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
2c4e8c89 by wurstsalat at 2025-05-10T19:22:35+02:00
fix: Search: Fix searching for the same text after switching contacts

Fixes #12297

- - - - -


1 changed file:

- gajim/gtk/search_view.py


Changes:

=====================================
gajim/gtk/search_view.py
=====================================
@@ -412,6 +412,7 @@ def set_focus(self) -> None:
     def set_context(self, account: str | None, jid: JID | None) -> None:
         self._account = account
         self._jid = jid
+        self._last_search_string = ""
 
         self._search_filters.set_context(account, jid)
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/2c4e8c897100f2ad9cf6b6c11359451c1f7ca510

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/2c4e8c897100f2ad9cf6b6c11359451c1f7ca510
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to