Mercurial > pidgin.yaz
changeset 16996:c258cc89d19f
Yahoo! system messages do not need escaping. The notify API takes care of
that.
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 10 May 2007 01:34:03 +0000 |
parents | 8d94cf688009 |
children | 546cecfdcbb9 |
files | libpurple/protocols/yahoo/yahoo.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c Thu May 10 01:33:20 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo.c Thu May 10 01:34:03 2007 +0000 @@ -922,9 +922,6 @@ if (!msg || !g_utf8_validate(msg, -1, NULL)) return; - /* TODO: Does this really need to be escaped? It seems like it doesn't. */ - escmsg = g_markup_escape_text(msg, -1); - prim = g_strdup_printf(_("Yahoo! system message for %s:"), me?me:purple_connection_get_display_name(gc)); purple_notify_info(NULL, NULL, prim, escmsg);