libpurple/protocols/silc/util.c

branch
next.minor
changeset 21233
e75de8db4f2b
parent 21225
32d8e16cb7a9
child 21234
bb34c0fd67c3
child 21281
3cfa8d1bffab
child 21453
a90cf329cd48
--- a/libpurple/protocols/silc/util.c	Sun Oct 14 19:52:54 2007 +0000
+++ b/libpurple/protocols/silc/util.c	Sun Oct 14 20:53:40 2007 +0000
@@ -379,7 +379,7 @@
 	purple_request_action_with_hint(sg->gc, _("Public Key Information"),
 			      _("Public Key Information"),
 			      buf, 0, purple_connection_get_account(sg->gc),
-			      NULL, NULL, PURPLE_REQUEST_HINT_BLIST, context, 1, _("Close"), callback);
+			      NULL, NULL, PURPLE_REQUEST_UI_HINT_BLIST, context, 1, _("Close"), callback);
 
 	g_free(buf);
 	silc_free(fingerprint);

mercurial