diff libpurple/protocols/irc/irc.c @ 32700:1f68af4afe67

Use purple_conversation accessor methods.
author andrew.victor@mxit.com
date Sat, 01 Oct 2011 15:03:57 +0000
parents c6943fd38d44
children 10e5000326a5
line wrap: on
line diff
--- a/libpurple/protocols/irc/irc.c	Sat Oct 01 13:49:37 2011 +0000
+++ b/libpurple/protocols/irc/irc.c	Sat Oct 01 15:03:57 2011 +0000
@@ -807,7 +807,7 @@
 	}
 #endif
 	purple_markup_html_to_xhtml(what, NULL, &tmp);
-	args[0] = convo->name;
+	args[0] = purple_conversation_get_name(convo);
 	args[1] = tmp;
 
 	irc_cmd_privmsg(irc, "msg", NULL, args);