# HG changeset patch # User Mark Huetsch # Date 1156613050 0 # Node ID fd744ac113313b4796c516b492489973fb0b7b3c # Parent 3c58357772a285e6657c0e9141da0b0567e0fa76 [gaim-migrate @ 17048] Fixed an incorrect instance of error handling. committer: Tailor Script diff -r 3c58357772a2 -r fd744ac11331 libgaim/protocols/qq/udp_proxy_s5.c --- 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);