diff libpurple/protocols/yahoo/yahoochat.c @ 32700:1f68af4afe67

Use purple_conversation accessor methods.
author andrew.victor@mxit.com
date Sat, 01 Oct 2011 15:03:57 +0000
parents fcf841ffd620
children 4a34689eeb33
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoochat.c	Sat Oct 01 13:49:37 2011 +0000
+++ b/libpurple/protocols/yahoo/yahoochat.c	Sat Oct 01 15:03:57 2011 +0000
@@ -1166,7 +1166,7 @@
 	PurpleConversation *c;
 
 	c = purple_find_chat(gc, id);
-	if (!c || !c->name)
+	if (!c || !purple_conversation_get_name(c))
 		return;
 
 	if (id != YAHOO_CHAT_ID) {