comparison libpurple/certificate.c @ 22143:70fc60344317

A few more of those "default_action" fixes
author Mark Doliner <mark@kingant.net>
date Thu, 17 Jan 2008 08:10:37 +0000
parents 1f3f2d2c9a2b
children 3225c99785b8
comparison
equal deleted inserted replaced
22142:1f3f2d2c9a2b 22143:70fc60344317
566 purple_request_accept_cancel( 566 purple_request_accept_cancel(
567 vrq->cb_data, /* TODO: Find what the handle ought to be */ 567 vrq->cb_data, /* TODO: Find what the handle ought to be */
568 _("Single-use Certificate Verification"), 568 _("Single-use Certificate Verification"),
569 primary, 569 primary,
570 secondary, 570 secondary,
571 1, /* Accept by default */ 571 0, /* 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 vrq, 575 vrq,
576 x509_singleuse_verify_cb, 576 x509_singleuse_verify_cb,