diff libpurple/protocols/irc/msgs.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 d2eb28c12d44
children dc3ea8f6381a
line wrap: on
line diff
--- a/libpurple/protocols/irc/msgs.c	Sun Aug 21 07:57:28 2011 +0000
+++ b/libpurple/protocols/irc/msgs.c	Sun Aug 21 08:00:53 2011 +0000
@@ -1075,7 +1075,7 @@
 				  _("Your selected nickname was rejected by the server.  It probably contains invalid characters."));
 
 	} else {
-		purple_connection_error_reason (gc,
+		purple_connection_error (gc,
 				  PURPLE_CONNECTION_ERROR_INVALID_SETTINGS,
 				  _("Your selected account name was rejected by the server.  It probably contains invalid characters."));
 	}