# HG changeset patch # User Paul Aurich # Date 1244040333 0 # Node ID e5d7c957ed53f599d39d3ca62634fea6fbb5843d # Parent 986304bcc66a90c4f8951ddf524ee0dc93b9c2d9 Remove reference to purple_escape_html, which stuck around for only a few minutes before I went to g_markup_escape_text. diff -r 986304bcc66a -r e5d7c957ed53 libpurple/util.h --- a/libpurple/util.h Wed Jun 03 06:57:18 2009 +0000 +++ b/libpurple/util.h Wed Jun 03 14:45:33 2009 +0000 @@ -506,8 +506,6 @@ * * @return The text with HTML entities literalized. You must g_free * this string when finished with it. - * - * @see purple_escape_html */ char *purple_unescape_html(const char *html);