comparison libpurple/protocols/silc/util.c @ 21560:665e04562de0

This merge has the effect of reverting the hinting code from trunk.
author Richard Laager <rlaager@wiktel.com>
date Sat, 17 Nov 2007 00:12:30 +0000
parents 38cc722159ff fcb848b2d669
children b630d1d4d64f
comparison
equal deleted inserted replaced
21544:9b4d1af17ced 21560:665e04562de0
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);