comparison libpurple/protocols/jabber/si.c @ 21235:fba1f6c3df0b

Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 14 Oct 2007 18:07:19 +0000
parents cab348e39751
children 73c5f5bfeb39 a20ef7180680
comparison
equal deleted inserted replaced
21234:aabe638f56d9 21235:fba1f6c3df0b
870 870
871 purple_request_fields_add_group(fields, group); 871 purple_request_fields_add_group(fields, group);
872 872
873 purple_request_fields_with_hint(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, PURPLE_REQUEST_HINT_XFER, xfer);
876 876
877 g_free(msg); 877 g_free(msg);
878 } 878 }
879 } else { 879 } else {
880 xmlnode *si, *feature, *x, *field, *value; 880 xmlnode *si, *feature, *x, *field, *value;