parent
27e2786bcc
commit
a7466406a5
|
@ -379,6 +379,7 @@ class GajimApplication(Gtk.Application):
|
||||||
act = Gio.SimpleAction.new_stateful(
|
act = Gio.SimpleAction.new_stateful(
|
||||||
'agent', None,
|
'agent', None,
|
||||||
GLib.Variant.new_boolean(app.config.get('use_gpg_agent')))
|
GLib.Variant.new_boolean(app.config.get('use_gpg_agent')))
|
||||||
|
act.connect('change-state', app_actions.on_use_pgp_agent)
|
||||||
self.add_action(act)
|
self.add_action(act)
|
||||||
|
|
||||||
# General Actions
|
# General Actions
|
||||||
|
|
Loading…
Reference in New Issue