From: <mar...@us...> - 2006-08-26 17:24:14
|
Revision: 17048 Author: markhuetsch Date: 2006-08-26 10:24:10 -0700 (Sat, 26 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=17048&view=rev Log Message: ----------- Fixed an incorrect instance of error handling. Modified Paths: -------------- trunk/libgaim/protocols/qq/udp_proxy_s5.c Modified: trunk/libgaim/protocols/qq/udp_proxy_s5.c =================================================================== --- trunk/libgaim/protocols/qq/udp_proxy_s5.c 2006-08-26 17:22:24 UTC (rev 17047) +++ trunk/libgaim/protocols/qq/udp_proxy_s5.c 2006-08-26 17:24:10 UTC (rev 17048) @@ -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); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |