comparison src/protocols/silc/util.c @ 11201:07dc8c6a359f

[gaim-migrate @ 13329] This hopefully fixes a lot of potential crashes in the SILC PRPL. Possible things to do: -Backport these changes to oldstatus -Ask the SILC guy to make sure all of these make sense. It's likely there are better things that could be used as handles -Check for other places in Gaim that don't give handles when they should committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 Aug 2005 02:18:16 +0000
parents cb625efd1071
children 9c7ca8a8c4b8
comparison
equal deleted inserted replaced
11200:4295083cf489 11201:07dc8c6a359f
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);