cpw.ljfisher.ssl_client_auth: 6bd77ae4: Change default value for the login certi...

lucas.fisher at gmail.com lucas.fisher at gmail.com
Sun Sep 18 21:20:43 EDT 2011


----------------------------------------------------------------------
Revision: 6bd77ae4f365c035c7f79a41ca290c11c5938e89
Parent:   65c0d56f65aaf8ec125b282af5f189fa5e50c11e
Author:   lucas.fisher at gmail.com
Date:     09/18/11 21:14:48
Branch:   im.pidgin.cpw.ljfisher.ssl_client_auth
URL: http://d.pidgin.im/viewmtn/revision/info/6bd77ae4f365c035c7f79a41ca290c11c5938e89

Changelog: 

Change default value for the login certificate to empty string for default.

Changes against parent 65c0d56f65aaf8ec125b282af5f189fa5e50c11e

  patched  libpurple/protocols/jabber/libxmpp.c

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/libxmpp.c	83a831eac1c6c3383f1801765030a89e1af08d7e
+++ libpurple/protocols/jabber/libxmpp.c	bf5ed4ed2e50ef93b3f9d4af21399deb74587477
@@ -296,7 +296,7 @@ GList* jabber_get_account_options()
 	options = g_list_append(options, option);
 
 	
-	ADD_VALUE(certificates, _("None"), "none"); /* hopefully we don't have a cert id of none */
+	ADD_VALUE(certificates, _(""), "");
 	cert_pool = purple_certificate_find_pool("x509", "user");
 	if (cert_pool) {
 		GList *id_list = NULL;


More information about the Commits mailing list