diff libpurple/protocols/msn/msn.c @ 20792:682543aced31

Split the "you don't have SSL support" meaning of PURPLE_REASON_ENCRYPTION_ERROR into a new reason, PURPLE_REASON_NO_SSL_SUPPORT. This will let UIs give proper errors that reference the SSLfaq!
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 06 Oct 2007 12:05:22 +0000
parents f3cfcbbac3d8
children efa448405f3d
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c	Fri Oct 05 18:40:05 2007 +0000
+++ b/libpurple/protocols/msn/msn.c	Sat Oct 06 12:05:22 2007 +0000
@@ -800,7 +800,7 @@
 	if (!purple_ssl_is_supported())
 	{
 		gc->wants_to_die = TRUE;
-		purple_connection_error_reason (gc, PURPLE_REASON_ENCRYPTION_ERROR,
+		purple_connection_error_reason (gc, PURPLE_REASON_NO_SSL_SUPPORT,
 			_("SSL support is needed for MSN. Please install a supported "
 			  "SSL library."));
 		return;