diff libpurple/protocols/yahoo/ycht.c @ 32330: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 259bbfb423d4
children fcf841ffd620
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/ycht.c	Sun Aug 21 07:57:28 2011 +0000
+++ b/libpurple/protocols/yahoo/ycht.c	Sun Aug 21 08:00:53 2011 +0000
@@ -285,7 +285,7 @@
 /*
 		gchar *tmp = g_strdup_printf(_("Lost connection with server: %s"),
 				g_strerror(errno));
-		purple_connection_error_reason(purple_account_get_connection(irc->account),
+		purple_connection_error(purple_account_get_connection(irc->account),
 			      PURPLE_CONNECTION_ERROR_NETWORK_ERROR, tmp);
 		g_free(tmp);
 */