comparison libpurple/protocols/yahoo/ycht.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 c40416c4eca6
children 38cc722159ff
comparison
equal deleted inserted replaced
21357:5a3242b676ad 21358:ba41f2a60253
284 return; 284 return;
285 else if (ret <= 0) { 285 else if (ret <= 0) {
286 /* TODO: error handling */ 286 /* TODO: error handling */
287 /* 287 /*
288 purple_connection_error_reason(purple_account_get_connection(irc->account), 288 purple_connection_error_reason(purple_account_get_connection(irc->account),
289 PURPLE_REASON_NETWORK_ERROR, 289 PURPLE_CONNECTION_ERROR_NETWORK_ERROR,
290 _("Server has disconnected")); 290 _("Server has disconnected"));
291 */ 291 */
292 return; 292 return;
293 } 293 }
294 294