Mercurial > pidgin
comparison libpurple/certificate.c @ 21235:fba1f6c3df0b
Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sun, 14 Oct 2007 18:07:19 +0000 |
parents | cab348e39751 |
children | 73c5f5bfeb39 a20ef7180680 |
comparison
equal
deleted
inserted
replaced
21234:aabe638f56d9 | 21235:fba1f6c3df0b |
---|---|
570 secondary, | 570 secondary, |
571 1, /* Accept by default */ | 571 1, /* Accept by default */ |
572 NULL, /* No account */ | 572 NULL, /* No account */ |
573 NULL, /* No other user */ | 573 NULL, /* No other user */ |
574 NULL, /* No associated conversation */ | 574 NULL, /* No associated conversation */ |
575 "blist", | 575 PURPLE_REQUEST_HINT_BLIST, |
576 vrq, | 576 vrq, |
577 x509_singleuse_verify_cb, | 577 x509_singleuse_verify_cb, |
578 x509_singleuse_verify_cb ); | 578 x509_singleuse_verify_cb ); |
579 | 579 |
580 /* Cleanup */ | 580 /* Cleanup */ |
1193 reason, | 1193 reason, |
1194 2, /* Accept by default */ | 1194 2, /* Accept by default */ |
1195 NULL, /* No account */ | 1195 NULL, /* No account */ |
1196 NULL, /* No other user */ | 1196 NULL, /* No other user */ |
1197 NULL, /* No associated conversation */ | 1197 NULL, /* No associated conversation */ |
1198 "blist", | 1198 PURPLE_REQUEST_HINT_BLIST, |
1199 x509_tls_cached_ua_ctx_new(vrq, reason), | 1199 x509_tls_cached_ua_ctx_new(vrq, reason), |
1200 3, /* Number of actions */ | 1200 3, /* Number of actions */ |
1201 _("Accept"), x509_tls_cached_user_auth_accept_cb, | 1201 _("Accept"), x509_tls_cached_user_auth_accept_cb, |
1202 _("Reject"), x509_tls_cached_user_auth_reject_cb, | 1202 _("Reject"), x509_tls_cached_user_auth_reject_cb, |
1203 _("_View Certificate..."), x509_tls_cached_show_cert); | 1203 _("_View Certificate..."), x509_tls_cached_show_cert); |