[git] Pinentry - branch, master, updated. pinentry-1.0.0-29-g2b1fb2f

by Damien Goutte-Gattat cvs at cvs.gnupg.org
Wed Aug 23 22:26:15 CEST 2017


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  2b1fb2f30a94a967dacec298e3c7d8a80b4c3194 (commit)
      from  858bde1fbbc5e14f2d6410da05869188bdc36ee3 (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 2b1fb2f30a94a967dacec298e3c7d8a80b4c3194
Author: Damien Goutte-Gattat <dgouttegattat at incenp.org>
Date:   Wed Aug 23 21:46:22 2017 +0200

    gtk: Really always set the window as transient.
    
    * gtk+-2/pinentry-gtk-2.c (make_transient): Set the window as
    transient even if we do not grab the keyboard.
    --
    
    In the previous commit attempting to fix issue 3253, the window
    was set as transient only in grabbing mode. The window should
    actually always be set as transient, independently of whether
    we grab the keyboard or not. This is especially important now
    that --no-grab is the default behavior of GnuPG Agent.
    
    GnuPG-bug-id: 3253
    Fixes-commit: f69dadc6ccea7672869436291ab5c1f58d545466
    Signed-off-by: Damien Goutte-Gattat <dgouttegattat at incenp.org>

diff --git a/gtk+-2/pinentry-gtk-2.c b/gtk+-2/pinentry-gtk-2.c
index f17a702..89728c4 100644
--- a/gtk+-2/pinentry-gtk-2.c
+++ b/gtk+-2/pinentry-gtk-2.c
@@ -136,9 +136,6 @@ make_transient (GtkWidget *win, GdkEvent *event, gpointer data)
   (void)event;
   (void)data;
 
-  if (! pinentry->grab)
-    return;
-
   /* Make window transient for the root window.  */
   screen = gdk_screen_get_default ();
   root = gdk_screen_get_root_window (screen);

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

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


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




More information about the Gnupg-commits mailing list