| 868 |
868 |
| 869 purple_request_field_group_add_field(group, field); |
869 purple_request_field_group_add_field(group, field); |
| 870 |
870 |
| 871 purple_request_fields_add_group(fields, group); |
871 purple_request_fields_add_group(fields, group); |
| 872 |
872 |
| 873 purple_request_fields(jsx->js->gc, _("Select a Resource"), msg, NULL, fields, |
873 purple_request_fields_with_hint(jsx->js->gc, _("Select a Resource"), msg, NULL, fields, |
| 874 _("Send File"), G_CALLBACK(resource_select_ok_cb), _("Cancel"), G_CALLBACK(resource_select_cancel_cb), |
874 _("Send File"), G_CALLBACK(resource_select_ok_cb), _("Cancel"), G_CALLBACK(resource_select_cancel_cb), |
| 875 jsx->js->gc->account, xfer->who, NULL, "xfer", xfer); |
875 jsx->js->gc->account, xfer->who, NULL, "xfer", xfer); |
| 876 |
876 |
| 877 g_free(msg); |
877 g_free(msg); |
| 878 } |
878 } |