diff libpurple/protocols/jabber/si.c @ 21335:d4f95419be45

disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:01:12 +0000
parents a20ef7180680
children 8ae227dca885
line wrap: on
line diff
--- a/libpurple/protocols/jabber/si.c	Sun Oct 14 20:53:40 2007 +0000
+++ b/libpurple/protocols/jabber/si.c	Fri Nov 16 23:01:12 2007 +0000
@@ -872,7 +872,7 @@
 
 			purple_request_fields_with_hint(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, PURPLE_REQUEST_UI_HINT_XFER, xfer);
+					jsx->js->gc->account, xfer->who, NULL, PURPLE_REQUEST_HINT_XFER, xfer);
 
 			g_free(msg);
 		}