# HG changeset patch # User Ethan Blanton # Date 1109254793 0 # Node ID 43194088f3f715051cfd6ac0fd3f5016a1e40b7e # Parent 0f5c5e6fb27f3a8ca9b7cababda34556fcccdfd6 [gaim-migrate @ 12119] Oops, g_markup, not gaim_markup committer: Tailor Script diff -r 0f5c5e6fb27f -r 43194088f3f7 src/protocols/irc/msgs.c --- 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); }