Mercurial > pidgin
changeset 10637:43194088f3f7
[gaim-migrate @ 12119]
Oops, g_markup, not gaim_markup
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Thu, 24 Feb 2005 14:19:53 +0000 |
parents | 0f5c5e6fb27f |
children | 222b53ee74f3 |
files | src/protocols/irc/msgs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/irc/msgs.c Thu Feb 24 01:11:17 2005 +0000 +++ b/src/protocols/irc/msgs.c Thu Feb 24 14:19:53 2005 +0000 @@ -459,7 +459,7 @@ } else { if ((gc = gaim_account_get_connection(irc->account)) == NULL) return; - nick = gaim_markup_escape_text(args[1], -1); + nick = g_markup_escape_text(args[1], -1); gaim_notify_error(gc, NULL, _("No such nick or channel"), nick); g_free(nick); }