Mercurial > pidgin
changeset 25285:ca4ccf646993
Correct a comment, I don't imagine anyone will actually need this but better
it should at least be accurate.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 08 Jan 2009 05:24:10 +0000 |
parents | fe5179d40a51 |
children | b333ebd093df |
files | libpurple/protocols/jabber/buddy.c |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/buddy.c Thu Jan 08 04:37:42 2009 +0000 +++ b/libpurple/protocols/jabber/buddy.c Thu Jan 08 05:24:10 2009 +0000 @@ -621,11 +621,7 @@ /* * This is the callback from the "ok clicked" for "set vCard" * - * Formats GSList data into XML-encoded string and returns a pointer - * to said string. - * - * g_free()'ing the returned string space is the responsibility of - * the caller. + * Sets the vCard with data from PurpleRequestFields. */ static void jabber_format_info(PurpleConnection *gc, PurpleRequestFields *fields)