Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/libpurple/protocols/silc/util.c Fri Nov 16 03:39:04 2007 +0000 +++ b/libpurple/protocols/silc/util.c Sat Nov 17 00:12:30 2007 +0000 @@ -382,10 +382,10 @@ buf = g_string_free(s, FALSE); - purple_request_action_with_hint(sg->gc, _("Public Key Information"), + purple_request_action(sg->gc, _("Public Key Information"), _("Public Key Information"), buf, 0, purple_connection_get_account(sg->gc), - NULL, NULL, PURPLE_REQUEST_UI_HINT_BLIST, context, 1, _("Close"), callback); + NULL, NULL, context, 1, _("Close"), callback); g_free(buf); silc_free(fingerprint);