comparison libpurple/protocols/silc10/util.c @ 21244:a20ef7180680

Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no reason that the common UI ones need to be in a different namespace from the ones used by libpurple.
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 20:53:40 +0000
parents fba1f6c3df0b
children 6de09629f091 d4f95419be45
comparison
equal deleted inserted replaced
21243:6402252be3c8 21244:a20ef7180680
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, PURPLE_REQUEST_HINT_BLIST, 1, _("Close"), callback); 377 NULL, NULL, context, PURPLE_REQUEST_UI_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);