Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
9c80e5ff by wurstsalat at 2022-05-30T09:56:47+02:00
fix: Notifications: Show correct chat when clicking notification on Windows
Fixes #10903
- - - - -
1 changed file:
- gajim/gtk/notification.py
Changes:
=====================================
gajim/gtk/notification.py
=====================================
@@ -248,7 +248,7 @@ def _on_button_press(self,
# present_with_time needs to be called at this instant in order to
# work on Windows
app.window.present_with_time(event.time)
- app.app.activate_action(f'app.{self._event.account}-open-event',
+ app.app.activate_action(f'{self._event.account}-open-event',
params.to_variant())
self.destroy()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9c80e5ff8fd0554302ad4e411177c9470a18f9e5
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9c80e5ff8fd0554302ad4e411177c9470a18f9e5
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