diff libgaim/protocols/qq/udp_proxy_s5.c @ 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 902c3aa4950a
children 473b225e7352
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);