changeset 14346:fd744ac11331

[gaim-migrate @ 17048] Fixed an incorrect instance of error handling. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sat, 26 Aug 2006 17:24:10 +0000
parents 3c58357772a2
children a8140cbe08ce
files libgaim/protocols/qq/udp_proxy_s5.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/protocols/qq/udp_proxy_s5.c	Sat Aug 26 17:22:24 2006 +0000
+++ b/libgaim/protocols/qq/udp_proxy_s5.c	Sat Aug 26 17:24:10 2006 +0000
@@ -225,7 +225,7 @@
 
 		if (phb->account == NULL || gaim_account_get_connection(phb->account) != NULL) {
 
-			phb->func(phb->data, source, NULL);
+			phb->func(phb->data, -1, _("Unable to connect"));
 		}
 
 		g_free(phb->host);