Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
45f3049e by wurstsalat at 2021-06-05T23:32:05+02:00
GroupchatControl: Fix aborting join
- - - - -
1 changed file:
- gajim/gtk/controls/groupchat.py
Changes:
=====================================
gajim/gtk/controls/groupchat.py
=====================================
@@ -1674,7 +1674,9 @@ def _on_page_close_clicked(self, _button=None):
self._close_control()
def _on_groupchat_state_abort_clicked(self, _button):
- app.window.lookup_action('disconnect-%s' % self.control_id).activate()
+ app.window.activate_action(
+ 'remove-chat',
+ GLib.Variant('as', [self.account, str(self.room_jid)]))
def _on_groupchat_state_join_clicked(self, _groupchat_state):
self._client.get_module('MUC').join(self.room_jid)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/45f3049e8abec2d12611e9c67a048502e9c095ce
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/45f3049e8abec2d12611e9c67a048502e9c095ce
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