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


Commits:
fc127f68 by wurstsalat at 2024-03-31T13:45:50+02:00
fix: ChatPage: Set context for SearchView if revealer shows it

- - - - -


1 changed file:

- gajim/gtk/chat_page.py


Changes:

=====================================
gajim/gtk/chat_page.py
=====================================
@@ -171,7 +171,7 @@ def _on_chat_selected(self,
             app.settings.set('hide_groupchat_occupants_list', False)
             self._restore_occupants_list = False
 
-        if not app.settings.get('hide_groupchat_occupants_list'):
+        if self._search_revealer.get_reveal_child():
             self._search_view.set_context(account, jid)
 
         self.emit('chat-selected', workspace_id, account, jid)



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

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