comparison libpurple/protocols/silc10/util.c @ 21086:8c9aad9479c0

Removed request stuff - now on pidgin-request-ui-hint
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 10 Oct 2007 22:57:51 +0000
parents 285bb637a2b7
children cab348e39751
comparison
equal deleted inserted replaced
21077:488796f5ba33 21086:8c9aad9479c0
369 g_string_append_printf(s, _("Public Key Fingerprint:\n%s\n\n"), fingerprint); 369 g_string_append_printf(s, _("Public Key Fingerprint:\n%s\n\n"), fingerprint);
370 g_string_append_printf(s, _("Public Key Babbleprint:\n%s"), babbleprint); 370 g_string_append_printf(s, _("Public Key Babbleprint:\n%s"), babbleprint);
371 371
372 buf = g_string_free(s, FALSE); 372 buf = g_string_free(s, FALSE);
373 373
374 purple_request_action_with_hint(sg->gc, _("Public Key Information"), 374 purple_request_action(sg->gc, _("Public Key Information"),
375 _("Public Key Information"), 375 _("Public Key Information"),
376 buf, 0, purple_connection_get_account(sg->gc), 376 buf, 0, purple_connection_get_account(sg->gc),
377 NULL, NULL, context, "blist", 1, _("Close"), callback); 377 NULL, NULL, context, 1, _("Close"), callback);
378 378
379 g_free(buf); 379 g_free(buf);
380 silc_free(fingerprint); 380 silc_free(fingerprint);
381 silc_free(babbleprint); 381 silc_free(babbleprint);
382 silc_free(pk); 382 silc_free(pk);