| 374 g_string_append_printf(s, _("Public Key Fingerprint:\n%s\n\n"), fingerprint); |
374 g_string_append_printf(s, _("Public Key Fingerprint:\n%s\n\n"), fingerprint); |
| 375 g_string_append_printf(s, _("Public Key Babbleprint:\n%s"), babbleprint); |
375 g_string_append_printf(s, _("Public Key Babbleprint:\n%s"), babbleprint); |
| 376 |
376 |
| 377 buf = g_string_free(s, FALSE); |
377 buf = g_string_free(s, FALSE); |
| 378 |
378 |
| 379 purple_request_action_with_hint(sg->gc, _("Public Key Information"), |
379 purple_request_action(sg->gc, _("Public Key Information"), |
| 380 _("Public Key Information"), |
380 _("Public Key Information"), |
| 381 buf, 0, purple_connection_get_account(sg->gc), |
381 buf, 0, purple_connection_get_account(sg->gc), |
| 382 NULL, NULL, "blist", context, 1, _("Close"), callback); |
382 NULL, NULL, context, 1, _("Close"), callback); |
| 383 |
383 |
| 384 g_free(buf); |
384 g_free(buf); |
| 385 silc_free(fingerprint); |
385 silc_free(fingerprint); |
| 386 silc_free(babbleprint); |
386 silc_free(babbleprint); |
| 387 silc_free(pk); |
387 silc_free(pk); |