Daniel Brötzmann pushed to branch newcontrol at gajim / gajim
Commits:
9ed653f5 by wurstsalat at 2022-07-20T19:04:39+02:00
Close chat when cancelling password prompt
- - - - -
1 changed file:
- gajim/gtk/chat_function_page.py
Changes:
=====================================
gajim/gtk/chat_function_page.py
=====================================
@@ -272,6 +272,8 @@ def _on_cancel_clicked(self, _button: Gtk.Button) -> None:
if self._mode == 'password-request':
self._client.get_module('MUC').cancel_password_request(
self._contact.jid)
+ self.emit('finish', True)
+ return
if self._mode in (
'join-failed',
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9ed653f5bdc4c37b47349ce06ad1811235964ed3
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9ed653f5bdc4c37b47349ce06ad1811235964ed3
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