Philipp Hörist pushed to branch gajim_1.1 at gajim / gajim


Commits:
a7466406 by Philipp Hörist at 2019-04-09T20:28:35Z
Connect gpg agent action correctly

Fixes #9660

- - - - -
9e0fb541 by Philipp Hörist at 2019-04-09T20:30:31Z
Update ChangeLog

- - - - -


2 changed files:

- ChangeLog
- gajim/application.py


Changes:

=====================================
ChangeLog
=====================================
@@ -15,6 +15,7 @@ Gajim 1.1.3 (TBA)
   * #9622 Fix an error while quitting Gajim
   * #9633 Fix an error while sending a file
   * #9637 Restore window size correctly on wayland
+  * #9660 GPG Agent setting is ignored
   * Improve dark theme colors
   * Fix access to GnuPG keys
   * Use UUID4 item ids for pubsub posts


=====================================
gajim/application.py
=====================================
@@ -379,6 +379,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/compare/27e2786bccbdfd16183ff1910baf7bfbb289f967...9e0fb541735bfeefa21befaa3cf10752337fb458

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/compare/27e2786bccbdfd16183ff1910baf7bfbb289f967...9e0fb541735bfeefa21befaa3cf10752337fb458
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

Reply via email to