diff libpurple/protocols/jabber/buddy.c @ 24920: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 1e121a3eceeb
children c814641afcf2 94a6eb10c691 1d1d1829de11 5dd25c58b65e d978395b4e18
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)