libpurple/protocols/silc/chat.c

branch
next.minor
changeset 21218
7ee7c11c021f
parent 20685
039aef89faf6
child 21219
cb5369141774
child 21220
3bb27fe7d046
--- a/libpurple/protocols/silc/chat.c	Sun Oct 14 02:41:00 2007 +0000
+++ b/libpurple/protocols/silc/chat.c	Sun Oct 14 02:43:06 2007 +0000
@@ -301,7 +301,7 @@
 	f = purple_request_fields_get_field(fields, "list");
 	if (!purple_request_field_list_get_selected(f)) {
 		/* Add new public key */
-		purple_request_file)with_hint(sg->gc, _("Open Public Key..."), NULL, FALSE,
+		purple_request_file_with_hint(sg->gc, _("Open Public Key..."), NULL, FALSE,
 				    G_CALLBACK(silcpurple_chat_chpk_add),
 				    G_CALLBACK(silcpurple_chat_chpk_cancel),
 				    purple_connection_get_account(sg->gc), NULL, NULL, "conversation", sgc);

mercurial