Philipp Hörist pushed to branch master at gajim / gajim
Commits:
0dbcac4e by Philipp Hörist at 2019-04-09T20:26:03Z
Connect gpg agent action correctly
Fixes #9660
- - - - -
1 changed file:
- gajim/application.py
Changes:
=====================================
gajim/application.py
=====================================
@@ -391,6 +391,7 @@ class GajimApplication(Gtk.Application):
act = Gio.SimpleAction.new_stateful(
'agent', None,
GLib.Variant.new_boolean(app.config.get('use_gpg_agent')))
+ act.connect('change-state', app_actions.on_use_pgp_agent)
self.add_action(act)
# General Actions
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/0dbcac4efebfa76db9bf2c4c68bf95859dda25be
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/0dbcac4efebfa76db9bf2c4c68bf95859dda25be
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