diff libpurple/protocols/novell/novell.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 8174f6999308
children efa448405f3d
line wrap: on
line diff
--- a/libpurple/protocols/novell/novell.c	Fri Oct 05 18:40:05 2007 +0000
+++ b/libpurple/protocols/novell/novell.c	Sat Oct 06 12:05:22 2007 +0000
@@ -2209,7 +2209,7 @@
 		if (user->conn->ssl_conn->data == NULL) {
 			gc->wants_to_die = TRUE;
 			purple_connection_error_reason (gc,
-				PURPLE_REASON_ENCRYPTION_ERROR,
+				PURPLE_REASON_NO_SSL_SUPPORT,
 				_("Error. SSL support is not installed."));
 		}
 	}