comparison libpurple/protocols/silc10/util.c @ 21235:fba1f6c3df0b

Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 14 Oct 2007 18:07:19 +0000
parents cab348e39751
children 73c5f5bfeb39 a20ef7180680
comparison
equal deleted inserted replaced
21234:aabe638f56d9 21235:fba1f6c3df0b
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_with_hint(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, PURPLE_REQUEST_HINT_BLIST, 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);