pidgin/gtkcertmgr.c

changeset 34329
ddbc1337332c
parent 33170
ce4447562d64
child 34331
c8486462bb63
equal deleted inserted replaced
34328:d0b5e37899e1 34329:ddbc1337332c
192 NULL, /* No hints? */ 192 NULL, /* No hints? */
193 _("OK"), 193 _("OK"),
194 G_CALLBACK(tls_peers_mgmt_import_ok2_cb), 194 G_CALLBACK(tls_peers_mgmt_import_ok2_cb),
195 _("Cancel"), 195 _("Cancel"),
196 G_CALLBACK(tls_peers_mgmt_import_cancel2_cb), 196 G_CALLBACK(tls_peers_mgmt_import_cancel2_cb),
197 NULL, NULL, NULL, /* No account/who/conv*/ 197 NULL, /* No additional parameters */
198 crt /* Pass cert instance to callback*/ 198 crt /* Pass cert instance to callback*/
199 ); 199 );
200 200
201 g_free(default_hostname); 201 g_free(default_hostname);
202 } else { 202 } else {

mercurial