rpms/gnome-session/FC-6 gnome-session-2.15.91-http-proxy.patch, 1.2, 1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 26 14:37:59 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/gnome-session/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv9342

Modified Files:
	gnome-session-2.15.91-http-proxy.patch 
Log Message:
remove typo from patch


gnome-session-2.15.91-http-proxy.patch:
 headers.h |    9 +++++++
 main.c    |   79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)

Index: gnome-session-2.15.91-http-proxy.patch
===================================================================
RCS file: /cvs/dist/rpms/gnome-session/FC-6/gnome-session-2.15.91-http-proxy.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-session-2.15.91-http-proxy.patch	26 Oct 2006 14:29:37 -0000	1.2
+++ gnome-session-2.15.91-http-proxy.patch	26 Oct 2006 14:37:57 -0000	1.3
@@ -26,7 +26,7 @@
 +
 +  host = gconf_client_get_string (gconf_client, HTTP_PROXY_HOST_KEY, NULL);
 +
-+  if (host == NULL || hosts[0] == '\0')
++  if (host == NULL || host[0] == '\0')
 +    {
 +      g_unsetenv ("http_proxy");
 +      return;




More information about the fedora-cvs-commits mailing list