public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/pinentry/files: pinentry-0.7.4-grab.patch
@ 2007-12-20 20:43 Alon Bar-Lev (alonbl)
  0 siblings, 0 replies; only message in thread
From: Alon Bar-Lev (alonbl) @ 2007-12-20 20:43 UTC (permalink / raw
  To: gentoo-commits

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-20 20:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-20 20:43 [gentoo-commits] gentoo-x86 commit in app-crypt/pinentry/files: pinentry-0.7.4-grab.patch Alon Bar-Lev (alonbl)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox