comparison ChangeLog.API @ 32386:57694928058e

Small typo.
author andrew.victor@mxit.com
date Mon, 22 Aug 2011 16:36:48 +0000
parents 5876584828e8
children 5c174d124e29
comparison
equal deleted inserted replaced
32385:ab89526a96aa 32386:57694928058e
15 * purple_notify_user_info_add_pair renamed to 15 * purple_notify_user_info_add_pair renamed to
16 purple_notify_user_info_add_pair_html 16 purple_notify_user_info_add_pair_html
17 * purple_notify_user_info_get_entries returns a GQueue instead of 17 * purple_notify_user_info_get_entries returns a GQueue instead of
18 a GList 18 a GList
19 * purple_notify_user_info_prepend_pair renamed to 19 * purple_notify_user_info_prepend_pair renamed to
20 purple_notify_user_info_prepend_pair_html_html 20 purple_notify_user_info_prepend_pair_html
21 * purple_util_fetch_url_request_len now takes a PurpleAccount as 21 * purple_util_fetch_url_request_len now takes a PurpleAccount as
22 the first parameter 22 the first parameter
23 * PurpleConnectionUiOps.report_disconnect now passes a 23 * PurpleConnectionUiOps.report_disconnect now passes a
24 PurpleConnectionError as the second parameter 24 PurpleConnectionError as the second parameter
25 25