[git] Pinentry - branch, master, updated. pinentry-0.9.2-37-g54dd881

by Neal H. Walfield cvs at cvs.gnupg.org
Tue May 19 15:41:28 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The standard pinentry collection".

The branch, master has been updated
       via  54dd881a9a733074bafee4062f8591f4fe69cad5 (commit)
      from  72b653d8088ce508ab688c68d88c363832d50eb7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 54dd881a9a733074bafee4062f8591f4fe69cad5
Author: Neal H. Walfield <neal at gnu.org>
Date:   Tue May 19 15:41:26 2015 +0200

    gtk+-2: Make sure the save-passphrase-externally checkbox is not checked.
    
    * gtk+-2/pinentry-gtk-2.c (create_window): Make sure the check button
    to save the passphrase externally is not checked by default.

diff --git a/gtk+-2/pinentry-gtk-2.c b/gtk+-2/pinentry-gtk-2.c
index a4ffb44..1a88e5a 100644
--- a/gtk+-2/pinentry-gtk-2.c
+++ b/gtk+-2/pinentry-gtk-2.c
@@ -546,6 +546,9 @@ create_window (pinentry_t ctx, int confirm_mode)
       else
         w = gtk_check_button_new_with_label ("Save passphrase using libsecret");
 
+      /* Make sure it is off by default.  */
+      gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (w), FALSE);
+
       gtk_box_pack_start (GTK_BOX (box), w, TRUE, FALSE, 0);
       gtk_widget_show (w);
 

-----------------------------------------------------------------------

Summary of changes:
 gtk+-2/pinentry-gtk-2.c | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
The standard pinentry collection
http://git.gnupg.org




More information about the Gnupg-commits mailing list