| 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 { |