comparison libpurple/protocols/msn/msn.c @ 20816:efa448405f3d

Remove explicit setting of wants_to_die from prpls.
author Will Thompson <will.thompson@collabora.co.uk>
date Tue, 09 Oct 2007 13:42:15 +0000
parents 682543aced31
children bbcc9e206c43
comparison
equal deleted inserted replaced
20815:7a7b3a425666 20816:efa448405f3d
797 797
798 gc = purple_account_get_connection(account); 798 gc = purple_account_get_connection(account);
799 799
800 if (!purple_ssl_is_supported()) 800 if (!purple_ssl_is_supported())
801 { 801 {
802 gc->wants_to_die = TRUE;
803 purple_connection_error_reason (gc, PURPLE_REASON_NO_SSL_SUPPORT, 802 purple_connection_error_reason (gc, PURPLE_REASON_NO_SSL_SUPPORT,
804 _("SSL support is needed for MSN. Please install a supported " 803 _("SSL support is needed for MSN. Please install a supported "
805 "SSL library.")); 804 "SSL library."));
806 return; 805 return;
807 } 806 }