comparison libpurple/protocols/silc/util.c @ 21335:d4f95419be45

disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:01:12 +0000
parents a20ef7180680
children 8ae227dca885
comparison
equal deleted inserted replaced
21244:a20ef7180680 21335:d4f95419be45
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_with_hint(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, PURPLE_REQUEST_UI_HINT_BLIST, context, 1, _("Close"), callback); 382 NULL, NULL, PURPLE_REQUEST_HINT_BLIST, 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);