src/protocols/zephyr/zephyr.c

changeset 11338
1a3663ac9b05
parent 11257
9743367c935e
child 11522
c2a0d620f903
--- a/src/protocols/zephyr/zephyr.c	Thu Aug 25 00:27:12 2005 +0000
+++ b/src/protocols/zephyr/zephyr.c	Thu Aug 25 02:33:44 2005 +0000
@@ -861,7 +861,7 @@
 
 			serv_got_chat_in(gc, zt2->id, send_inst_utf8, 0, buf3, time(NULL));
 			g_free(send_inst);
-			gconv1 = gaim_find_conversation_with_account(GAIM_CONV_CHAT,
+			gconv1 = gaim_find_conversation_with_account(GAIM_CONV_TYPE_CHAT,
 														 zt2->name, gc->account);
 			gcc = gaim_conversation_get_chat_data(gconv1);
 
@@ -2008,7 +2008,7 @@
 
 	sig = zephyr_get_signature();
 
-	gconv1 = gaim_find_conversation_with_account(GAIM_CONV_CHAT, zt->name,
+	gconv1 = gaim_find_conversation_with_account(GAIM_CONV_TYPE_CHAT, zt->name,
 												 gc->account);
 	gcc = gaim_conversation_get_chat_data(gconv1);
 
@@ -2469,7 +2469,7 @@
 	/* find_sub_by_id can return NULL */
 	if (!zt) 
 		return;
-	gconv = gaim_find_conversation_with_account(GAIM_CONV_CHAT, zt->name,
+	gconv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_CHAT, zt->name,
 												gc->account);
 	gcc = gaim_conversation_get_chat_data(gconv);
 

mercurial