Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/ssh-askpass-fullscreen/files: ssh-askpass-fullscreen-0.4-fix-grab.patch
Date: Wed, 25 Feb 2009 22:27:03
Message-Id: E1LcSDT-00076n-Gk@stork.gentoo.org
1 ulm 09/02/25 22:26:59
2
3 Added: ssh-askpass-fullscreen-0.4-fix-grab.patch
4 Log:
5 Fix "grab keyboard" problem, bug 260308.
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-0.4-fix-grab.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-0.4-fix-grab.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-0.4-fix-grab.patch?rev=1.1&content-type=text/plain
13
14 Index: ssh-askpass-fullscreen-0.4-fix-grab.patch
15 ===================================================================
16 http://bugs.gentoo.org/260308
17
18 --- ssh-askpass-fullscreen-0.4-orig/ssh-askpass-fullscreen.c 2006-01-16 13:49:38.000000000 +0100
19 +++ ssh-askpass-fullscreen-0.4/ssh-askpass-fullscreen.c 2009-02-25 22:44:47.000000000 +0100
20 @@ -247,7 +247,7 @@
21 GdkColor color;
22 gchar *str;
23 GdkGrabStatus status;
24 - int grab_tries;
25 + int grab_tries = 0;
26 const char *failed;
27
28 grab_server = (getenv("GNOME_SSH_ASKPASS_GRAB_SERVER") != NULL);