Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 165493 | Differences between
and this patch

Collapse All | Expand All

(-)pinentry-0.7.2/gtk+-2/pinentry-gtk-2.c (-2 / +2 lines)
Lines 207-216 Link Here
207
  if (!confirm_mode)
207
  if (!confirm_mode)
208
    {
208
    {
209
      g_signal_connect (G_OBJECT (win),
209
      g_signal_connect (G_OBJECT (win),
210
			pinentry->grab ? "map-event" : "focus-in-event",
210
			pinentry->grab ? "expose-event" : "focus-in-event",
211
			G_CALLBACK (grab_keyboard), NULL);
211
			G_CALLBACK (grab_keyboard), NULL);
212
      g_signal_connect (G_OBJECT (win),
212
      g_signal_connect (G_OBJECT (win),
213
			pinentry->grab ? "unmap-event" : "focus-out-event",
213
			pinentry->grab ? "no-expose-event" : "focus-out-event",
214
			G_CALLBACK (ungrab_keyboard), NULL);
214
			G_CALLBACK (ungrab_keyboard), NULL);
215
    }
215
    }
216
  gtk_window_add_accel_group (GTK_WINDOW (win), acc);
216
  gtk_window_add_accel_group (GTK_WINDOW (win), acc);

Return to bug 165493