diff libpurple/protocols/silc10/ops.c @ 21570:dccfd999ffe7

merge of '76c07fcb434a2a7aa289734bb221c171a376d73b' and 'bad7c4c4e108d186fa8527e487d174e67ae7c0c1'
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 17 Nov 2007 17:27:48 +0000
parents a20ef7180680
children 4446de418df1
line wrap: on
line diff
--- a/libpurple/protocols/silc10/ops.c	Sun Nov 11 16:45:19 2007 +0000
+++ b/libpurple/protocols/silc10/ops.c	Sat Nov 17 17:27:48 2007 +0000
@@ -1291,9 +1291,9 @@
 
 #if 0 /* XXX for now, let's not show attrs here */
 			if (client_entry->attrs)
-				purple_request_action_with_hint(gc, _("User Information"),
+				purple_request_action(gc, _("User Information"),
 						_("User Information"),
-						buf, 1, PURPLE_REQUEST_UI_HINT_BLIST, client_entry, 2,
+						buf, 1, client_entry, 2,
 						_("OK"), G_CALLBACK(silcpurple_whois_more),
 						_("_More..."), G_CALLBACK(silcpurple_whois_more), gc->account, NULL, NULL);
 			else
@@ -1898,11 +1898,11 @@
 		return;
 	internal->completion = completion;
 	internal->context = context;
-	purple_request_input_with_hint(gc, _("Passphrase"), NULL,
+	purple_request_input(gc, _("Passphrase"), NULL,
 			   _("Passphrase required"), NULL, FALSE, TRUE, NULL,
 			   _("OK"), G_CALLBACK(silc_ask_passphrase_cb),
 			   _("Cancel"), G_CALLBACK(silc_ask_passphrase_cb),
-			   purple_connection_get_account(gc), NULL, NULL, PURPLE_REQUEST_UI_HINT_BLIST, internal);
+			   purple_connection_get_account(gc), NULL, NULL, internal);
 }