Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
b5d22690 by wurstsalat at 2022-06-01T15:49:49+02:00
fix: AddContact: Fix opening AdHocCommands window
- - - - -
1 changed file:
- gajim/gtk/add_contact.py
Changes:
=====================================
gajim/gtk/add_contact.py
=====================================
@@ -477,7 +477,7 @@ def _on_register_clicked(self, _button: Gtk.Button) -> None:
def _on_command_clicked(self, _button: Gtk.Button) -> None:
assert self._result is not None
open_window(
- 'AdHocCommand', account=self._account, jid=str(self._result.jid))
+ 'AdHocCommands', account=self._account, jid=str(self._result.jid))
class GroupChat(Page):
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b5d22690f09c4bc2bb6619875e8c69ac79865146
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b5d22690f09c4bc2bb6619875e8c69ac79865146
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