Philipp Hörist pushed to branch master at gajim / gajim
Commits:
e586d477 by wurstsalat at 2023-01-13T22:59:13+00:00
imprv: AdHocCommands: Refresh commands list after completing command
Fixes #11356
- - - - -
1 changed file:
- gajim/gtk/adhoc.py
Changes:
=====================================
gajim/gtk/adhoc.py
=====================================
@@ -134,7 +134,8 @@ def _on_button_clicked(self,
button_name: str
) -> None:
if button_name == 'commands':
- self.show_page('commands')
+ self._client.get_module('AdHocCommands').request_command_list(
+ self.jid, callback=self._received_command_list)
elif button_name == 'execute':
self._on_execute()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/e586d477082be2a6f21c16ef2d3733b610b2987e
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/e586d477082be2a6f21c16ef2d3733b610b2987e
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