From: "Alon Bar-Lev (alonbl)" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/pinentry/files: pinentry-0.7.4-grab.patch
Date: Thu, 20 Dec 2007 20:43:14 +0000 [thread overview]
Message-ID: <E1J5SEc-0001AD-Fu@stork.gentoo.org> (raw)
alonbl 07/12/20 20:43:14
Added: pinentry-0.7.4-grab.patch
Log:
Readd grab patch, bug#165493
(Portage version: 2.1.4_rc10)
Revision Changes Path
1.1 app-crypt/pinentry/files/pinentry-0.7.4-grab.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/files/pinentry-0.7.4-grab.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/files/pinentry-0.7.4-grab.patch?rev=1.1&content-type=text/plain
Index: pinentry-0.7.4-grab.patch
===================================================================
diff -urNp pinentry-0.7.4/gtk+-2/pinentry-gtk-2.c pinentry-0.7.4.new/gtk+-2/pinentry-gtk-2.c
--- pinentry-0.7.4/gtk+-2/pinentry-gtk-2.c 2007-11-29 00:57:55.000000000 +0200
+++ pinentry-0.7.4.new/gtk+-2/pinentry-gtk-2.c 2007-12-20 22:38:05.000000000 +0200
@@ -261,10 +261,10 @@ create_window (int confirm_mode)
if (!confirm_mode)
{
g_signal_connect (G_OBJECT (win),
- pinentry->grab ? "map-event" : "focus-in-event",
+ pinentry->grab ? "expose-event" : "focus-in-event",
G_CALLBACK (grab_keyboard), NULL);
g_signal_connect (G_OBJECT (win),
- pinentry->grab ? "unmap-event" : "focus-out-event",
+ pinentry->grab ? "no-expose-event" : "focus-out-event",
G_CALLBACK (ungrab_keyboard), NULL);
}
gtk_window_add_accel_group (GTK_WINDOW (win), acc);
--
gentoo-commits@gentoo.org mailing list
reply other threads:[~2007-12-20 20:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1J5SEc-0001AD-Fu@stork.gentoo.org \
--to=alonbl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox