Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
7cc82703 by wurstsalat at 2021-12-06T19:21:14+01:00
ChatPage: Unset reference to currently loaded control on close
- - - - -
1 changed file:
- gajim/gtk/chat_page.py
Changes:
=====================================
gajim/gtk/chat_page.py
=====================================
@@ -263,6 +263,7 @@ def remove_chat(self, account: str, jid: JID) -> None:
def _on_chat_removed(self, _chat_list: ChatList, account: str, jid: JID,
type_: str) -> None:
self._chat_stack.remove_chat(account, jid)
+ self._currently_loaded_control = None
if type_ == 'groupchat':
client = app.get_client(account)
client.get_module('MUC').leave(jid)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7cc82703d773387296438376f6123522071bf8af
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7cc82703d773387296438376f6123522071bf8af
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