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


Commits:
9a8e8fe1 by mesonium at 2024-08-02T14:14:10+00:00
fix: Allow to search for same string again

- - - - -


1 changed file:

- gajim/gtk/search_view.py


Changes:

=====================================
gajim/gtk/search_view.py
=====================================
@@ -96,6 +96,7 @@ def _on_hide_clicked(self, _button: Gtk.Button) -> None:
         self._clear()
 
     def _clear(self) -> None:
+        self._last_search_string = ''
         self._ui.search_entry.set_text('')
         self._clear_results()
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/9a8e8fe17103dc87af4673ed964af90863c6ad62

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/9a8e8fe17103dc87af4673ed964af90863c6ad62
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