diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-20 01:27:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-20 01:27:01 +0000 |
commit | 479ef2e99ea226397e4d425180f199c6de625a94 (patch) | |
tree | fdf74d9ab2dce5e9f9db904a4836b6d11e4e73fa /net-im/kf/files/patch-src-connection.c | |
parent | Upgrade to 5.3.1. (diff) |
Add kf, simple Jabber client using the GTK+ 2.0 toolkit.
PR: ports/72858
Submitted by: Andrey Slusar <anray@inet.ua>
Notes
Notes:
svn path=/head/; revision=119818
Diffstat (limited to 'net-im/kf/files/patch-src-connection.c')
-rw-r--r-- | net-im/kf/files/patch-src-connection.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-im/kf/files/patch-src-connection.c b/net-im/kf/files/patch-src-connection.c new file mode 100644 index 000000000000..5ad1edb6547a --- /dev/null +++ b/net-im/kf/files/patch-src-connection.c @@ -0,0 +1,12 @@ +--- src/connection.c.orig Wed Sep 29 11:16:38 2004 ++++ src/connection.c Wed Oct 20 02:48:18 2004 +@@ -71,8 +71,8 @@ + + void kf_connection_set_proxy (const gchar *server, gint port, + const gchar *uname, const gchar *passwd) { +- foo_debug ("Setting proxy '%s'...", server); + LmProxy *proxy; ++ foo_debug ("Setting proxy '%s'...", server); + if (server) { + proxy = lm_proxy_new_with_server (LM_PROXY_TYPE_HTTP, server, port); + if (*uname == '\0') uname = NULL; |