diff libpurple/protocols/jabber/si.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/si.c	Tue Oct 09 18:01:51 2007 +0000
+++ b/libpurple/protocols/jabber/si.c	Wed Oct 10 22:57:51 2007 +0000
@@ -870,9 +870,9 @@
 
 			purple_request_fields_add_group(fields, group);
 
-			purple_request_fields_with_hint(jsx->js->gc, _("Select a Resource"), msg, NULL, fields,
+			purple_request_fields(jsx->js->gc, _("Select a Resource"), msg, NULL, fields,
 					_("Send File"), G_CALLBACK(resource_select_ok_cb), _("Cancel"), G_CALLBACK(resource_select_cancel_cb),
-					jsx->js->gc->account, xfer->who, NULL, "xfer", xfer);
+					jsx->js->gc->account, xfer->who, NULL, xfer);
 
 			g_free(msg);
 		}