Mercurial > pidgin
comparison libpurple/protocols/jabber/xdata.c @ 21244:a20ef7180680
Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no
reason that the common UI ones need to be in a different namespace from the
ones used by libpurple.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 14 Oct 2007 20:53:40 +0000 |
parents | fba1f6c3df0b |
children | d4f95419be45 dccfd999ffe7 |
comparison
equal
deleted
inserted
replaced
21243:6402252be3c8 | 21244:a20ef7180680 |
---|---|
397 | 397 |
398 handle = purple_request_fields_with_hint(js->gc, title, title, instructions, fields, | 398 handle = purple_request_fields_with_hint(js->gc, title, title, instructions, fields, |
399 _("OK"), G_CALLBACK(jabber_x_data_ok_cb), | 399 _("OK"), G_CALLBACK(jabber_x_data_ok_cb), |
400 _("Cancel"), G_CALLBACK(jabber_x_data_cancel_cb), | 400 _("Cancel"), G_CALLBACK(jabber_x_data_cancel_cb), |
401 purple_connection_get_account(js->gc), /* XXX Do we have a who here? */ NULL, NULL, | 401 purple_connection_get_account(js->gc), /* XXX Do we have a who here? */ NULL, NULL, |
402 PURPLE_REQUEST_HINT_ACCOUNT, data); | 402 PURPLE_REQUEST_UI_HINT_ACCOUNT, data); |
403 | 403 |
404 g_free(title); | 404 g_free(title); |
405 g_free(instructions); | 405 g_free(instructions); |
406 | 406 |
407 return handle; | 407 return handle; |