diff src/protocols/irc/msgs.c @ 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 483765e4a26c
children 861ae6ee7b6c
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);
 	}