Mercurial > pidgin
diff libpurple/protocols/yahoo/yahoo_packet.c @ 21358:ba41f2a60253
Rename:
* PurpleDisconnectReason to PurpleConnectionError;
* elements of that enum from PURPLE_REASON_* to PURPLE_CONNECTION_ERROR_*;
* purple_connection_reason_is_fatal to purple_connection_error_is_fatal.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Sun, 14 Oct 2007 21:08:42 +0000 |
parents | b4ac690a2225 |
children | 38cc722159ff |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo_packet.c Sun Oct 14 12:19:20 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo_packet.c Sun Oct 14 21:08:42 2007 +0000 @@ -304,7 +304,7 @@ return; else if (ret < 0) { /* TODO: what to do here - do we really have to disconnect? */ - purple_connection_error_reason(yd->gc, PURPLE_REASON_NETWORK_ERROR, + purple_connection_error_reason(yd->gc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR, _("Write Error")); return; }