Mercurial > pidgin.yaz
changeset 17900:f903418147f6
Clean up TODOs:
- Offline messages are supported.
- No more warnings about status.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Fri, 22 Jun 2007 04:48:30 +0000 |
parents | 61f0b36b9891 |
children | 4f65f25f9447 |
files | libpurple/protocols/myspace/myspace.c |
diffstat | 1 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c Thu Jun 21 05:50:41 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Fri Jun 22 04:48:30 2007 +0000 @@ -72,16 +72,6 @@ types = NULL; - /* TODO: Fix these: - * - * g_log: purple_presence_get_active_status: assertion `presence != NULL' failed - * g_log: purple_status_get_name: assertion `status != NULL' failed - * [...] - * - * and - * g_log: purple_presence_set_status_active: assertion `status != NULL' failed - * [...] - */ status = purple_status_type_new_full(PURPLE_STATUS_AVAILABLE, NULL, NULL, FALSE, TRUE, FALSE); types = g_list_append(types, status); @@ -1704,7 +1694,6 @@ * * I always return TRUE, to allow sending to buddies whose status has not yet * been received. The protocol _does_ support offline messages, but not this plugin. - * TODO: Real offline message support. */ gboolean msim_offline_message(const PurpleBuddy *buddy) {