diff libpurple/protocols/jabber/xdata.c @ 21086:8c9aad9479c0

Removed request stuff - now on pidgin-request-ui-hint
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 10 Oct 2007 22:57:51 +0000
parents 285bb637a2b7
children cab348e39751
line wrap: on
line diff
--- a/libpurple/protocols/jabber/xdata.c	Tue Oct 09 18:01:51 2007 +0000
+++ b/libpurple/protocols/jabber/xdata.c	Wed Oct 10 22:57:51 2007 +0000
@@ -395,11 +395,11 @@
 	if((x = xmlnode_get_child(packet, "instructions")))
 		instructions = xmlnode_get_data(x);
 
-	handle = purple_request_fields_with_hint(js->gc, title, title, instructions, fields,
+	handle = purple_request_fields(js->gc, title, title, instructions, fields,
 			_("OK"), G_CALLBACK(jabber_x_data_ok_cb),
 			_("Cancel"), G_CALLBACK(jabber_x_data_cancel_cb),
 			purple_connection_get_account(js->gc), /* XXX Do we have a who here? */ NULL, NULL,
-			"account", data);
+			data);
 
 	g_free(title);
 	g_free(instructions);