| 327 g_string_append_printf(s, _("Public Key Fingerprint:\n%s\n\n"), fingerprint); |
327 g_string_append_printf(s, _("Public Key Fingerprint:\n%s\n\n"), fingerprint); |
| 328 g_string_append_printf(s, _("Public Key Babbleprint:\n%s"), babbleprint); |
328 g_string_append_printf(s, _("Public Key Babbleprint:\n%s"), babbleprint); |
| 329 |
329 |
| 330 buf = g_string_free(s, FALSE); |
330 buf = g_string_free(s, FALSE); |
| 331 |
331 |
| 332 gaim_request_action(NULL, _("Public Key Information"), |
332 gaim_request_action(sg->gc, _("Public Key Information"), |
| 333 _("Public Key Information"), |
333 _("Public Key Information"), |
| 334 buf, 0, context, 1, |
334 buf, 0, context, 1, |
| 335 _("Close"), callback); |
335 _("Close"), callback); |
| 336 |
336 |
| 337 g_free(buf); |
337 g_free(buf); |