| 380 g_string_append_printf(s, _("Public Key Fingerprint:\n%s\n\n"), fingerprint); |
380 g_string_append_printf(s, _("Public Key Fingerprint:\n%s\n\n"), fingerprint); |
| 381 g_string_append_printf(s, _("Public Key Babbleprint:\n%s"), babbleprint); |
381 g_string_append_printf(s, _("Public Key Babbleprint:\n%s"), babbleprint); |
| 382 |
382 |
| 383 buf = g_string_free(s, FALSE); |
383 buf = g_string_free(s, FALSE); |
| 384 |
384 |
| 385 purple_request_action_with_hint(sg->gc, _("Public Key Information"), |
385 purple_request_action(sg->gc, _("Public Key Information"), |
| 386 _("Public Key Information"), |
386 _("Public Key Information"), |
| 387 buf, 0, purple_connection_get_account(sg->gc), |
387 buf, 0, purple_connection_get_account(sg->gc), |
| 388 NULL, NULL, PURPLE_REQUEST_UI_HINT_BLIST, context, 1, _("Close"), callback); |
388 NULL, NULL, context, 1, _("Close"), callback); |
| 389 |
389 |
| 390 g_free(buf); |
390 g_free(buf); |
| 391 silc_free(fingerprint); |
391 silc_free(fingerprint); |
| 392 silc_free(babbleprint); |
392 silc_free(babbleprint); |
| 393 silc_free(pk); |
393 silc_free(pk); |