Mercurial > pidgin
diff libpurple/protocols/mxit/http.c @ 31872:a5b556ac1de5
Rename purple_connection_error_reason to purple_connection_error
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 21 Aug 2011 08:00:53 +0000 |
| parents | c80ac2d937b7 |
| children |
line wrap: on
line diff
--- a/libpurple/protocols/mxit/http.c Sun Aug 21 07:57:28 2011 +0000 +++ b/libpurple/protocols/mxit/http.c Sun Aug 21 08:00:53 2011 +0000 @@ -273,7 +273,7 @@ /* source is the file descriptor of the new connection */ if ( source < 0 ) { purple_debug_info( MXIT_PLUGIN_ID, "mxit_cb_http_connect failed: %s\n", error_message ); - purple_connection_error_reason( req->session->con, PURPLE_CONNECTION_ERROR_NETWORK_ERROR, _( "Unable to connect to the MXit HTTP server. Please check your server settings." ) ); + purple_connection_error( req->session->con, PURPLE_CONNECTION_ERROR_NETWORK_ERROR, _( "Unable to connect to the MXit HTTP server. Please check your server settings." ) ); return; }
