libpurple/protocols/silc10/pk.c

branch
next.minor
changeset 21233
e75de8db4f2b
parent 21225
32d8e16cb7a9
child 21234
bb34c0fd67c3
child 21519
daf79df2f6c9
child 21653
621c47778132
--- a/libpurple/protocols/silc10/pk.c	Sun Oct 14 19:52:54 2007 +0000
+++ b/libpurple/protocols/silc10/pk.c	Sun Oct 14 20:53:40 2007 +0000
@@ -115,7 +115,7 @@
 
 	purple_request_action_with_hint(gc, _("Verify Public Key"), tmp, tmp2,
 						PURPLE_DEFAULT_ACTION_NONE,
-						purple_connection_get_account(gc), entity, NULL, verify, PURPLE_REQUEST_HINT_BLIST, 3,
+						purple_connection_get_account(gc), entity, NULL, verify, PURPLE_REQUEST_UI_HINT_BLIST, 3,
 			    _("Yes"), G_CALLBACK(silcpurple_verify_cb),
 			    _("No"), G_CALLBACK(silcpurple_verify_cb),
 			    _("_View..."), G_CALLBACK(silcpurple_verify_details));

mercurial